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
We need to check the config file to see if it matches a newer version of taskManager.
Example error.
Traceback (most recent call last):
File "/path/to/bin/taskManager", line 7, in <module>
exec(compile(f.read(), __file__, 'exec'))
File "/path/to/bin/taskManager", line 190, in <module>
main()
File "/path/to/bin/taskManager", line 95, in main
default=config["attach_log"],
KeyError: 'attach_log'
The text was updated successfully, but these errors were encountered:
We need to check the config file to see if it matches a newer version of taskManager.
Example error.
The text was updated successfully, but these errors were encountered: