Skip to content

Commit

Permalink
Update generate_environment.py
Browse files Browse the repository at this point in the history
  • Loading branch information
CagtayFabry authored May 21, 2024
1 parent bcfa993 commit d209141
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pydeps2env/generate_environment.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ def main():
)
args = parser.parse_args()

for file in args.setup:
for file in args.sources:
filename, _ = split_extras(file)
if not Path(filename).is_file():
raise FileNotFoundError(f"Could not find file {filename}")
Expand Down

0 comments on commit d209141

Please sign in to comment.