Open derpaule opened 4 days ago
Traceback (most recent call last): File "/nethome/timschu/software/ColabDock/main.py", line 27, in spec.loader.exec_module(config_module) File "", line 839, in exec_module File "", line 976, in get_code File "", line 906, in source_to_code File "", line 219, in _call_with_frames_removed File "config.py", line 91 'rep_thres': 8.0, ^ SyntaxError: invalid syntax
there was a comma missing - it is fixed
Traceback (most recent call last): File "/nethome/timschu/software/ColabDock/main.py", line 27, in
spec.loader.exec_module(config_module)
File "", line 839, in exec_module
File "", line 976, in get_code
File "", line 906, in source_to_code
File "", line 219, in _call_with_frames_removed
File "config.py", line 91
'rep_thres': 8.0,
^
SyntaxError: invalid syntax