diff --git a/gepetuto/main.py b/gepetuto/main.py index 3efcf11..02fd5ee 100644 --- a/gepetuto/main.py +++ b/gepetuto/main.py @@ -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}")