Skip to content

Commit

Permalink
Update gepetuto/main.py
Browse files Browse the repository at this point in the history
Co-authored-by: Guilhem Saurel <[email protected]>
  • Loading branch information
TheoMF and nim65s authored Aug 9, 2023
1 parent 70c5c48 commit e6d76ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gepetuto/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ def get_file_list(args):
if args.tp_id == []:
get_tp_id()
if args.file != []:
args.file = [Path(f) for f in args.file]
file = [Path(f) for f in args.file]
file_list = []
for n in args.tp_id:
folder = Path(f"tp{n}")
Expand Down

0 comments on commit e6d76ab

Please sign in to comment.