Update fsctl.py (#2013)

This commit is contained in:
halcyondream 2023-11-28 01:09:41 -05:00 committed by GitHub
parent d54d65468c
commit a002f19718
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -770,7 +770,7 @@ def run():
print(pickle_file_name)
if len(sys.argv) == 3:
fseditCmd(pickle_file_name).onecmd()
fseditCmd(pickle_file_name).onecmd(sys.argv[2])
else:
fseditCmd(pickle_file_name).cmdloop()