Skip to content

Commit

Permalink
Removed obsolete pass statement
Browse files Browse the repository at this point in the history
  • Loading branch information
ckunki committed Nov 29, 2023
1 parent 6d8b62d commit 419532c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ def ensure_file(src: Path, dst: Path):
msg = f"Source directory not found: {src}"
if warning_as_error:
raise RuntimeError(msg)
pass
else:
_logger.warning(msg)
return
Expand Down

0 comments on commit 419532c

Please sign in to comment.