You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The unify FGD script specifies i as an alias for both import and export, which appears to now cause an error on Python 3.11 or otherwise after some update.
Traceback (most recent call last):
File "C:\Users\Luke\Git\Chaos-FGD\unify_fgd.py", line 1323, in <module>
main(sys.argv[1:])
File "C:\Users\Luke\Git\Chaos-FGD\unify_fgd.py", line 1218, in main
parser_imp = subparsers.add_parser(
^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\Luke\AppData\Local\Programs\Python\Python311\Lib\argparse.py", line 1188, in add_parser
raise ArgumentError(
argparse.ArgumentError: argument mode: conflicting subparser alias: i
The unify FGD script specifies
i
as an alias for bothimport
andexport
, which appears to now cause an error on Python 3.11 or otherwise after some update.HammerAddons fixed this already
The text was updated successfully, but these errors were encountered: