cwoac / TTS-Manager

Import/Export Mods from Tabletop Simulator
MIT License
23 stars 10 forks source link

CLI app crash during import #30

Closed bobpaul closed 3 years ago

bobpaul commented 3 years ago

The do_import subcommand is returning a bool, but a tuple is expected. I've double-checked that the other subcommands all return the expected tuple.

$ ./tts_cli.py import /mnt/storage/tts_archives/somegame.pak 
Traceback (most recent call last):
  File "./tts_cli.py", line 258, in <module>
    tts_cli=TTS_CLI()
  File "./tts_cli.py", line 114, in __init__
    rc,message = args.func(args)
TypeError: cannot unpack non-iterable bool object