Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Check config file when update to new version #8

Open
ghost opened this issue May 1, 2019 · 0 comments
Open

Check config file when update to new version #8

ghost opened this issue May 1, 2019 · 0 comments

Comments

@ghost
Copy link

ghost commented May 1, 2019

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'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants