Handle starting linkulator when there is no user config file #82

Merged
cmccabe merged 1 commits from handle-no-user-config-file into master 2020-01-19 01:27:53 +00:00
Collaborator

Fixes #74

config.USER.lastlogin now has a default value to ensure that it can always be used even if there is no user configuration file.

Furthermore, ensures the value has the appropriate type to avoid type mismatch errors when comparing. Most time values in use are loaded from files, which means they are strings by default.

Includes tests, validated on Python 3.6, 3.7 and 3.8.

Fixes #74 config.USER.lastlogin now has a default value to ensure that it can always be used even if there is no user configuration file. Furthermore, ensures the value has the appropriate type to avoid type mismatch errors when comparing. Most time values in use are loaded from files, which means they are strings by default. Includes tests, validated on Python 3.6, 3.7 and 3.8.
asdf added the
bug
label 2020-01-19 01:15:56 +00:00
cmccabe closed this pull request 2020-01-19 01:27:52 +00:00
asdf deleted branch handle-no-user-config-file 2020-01-19 01:47:20 +00:00
Sign in to join this conversation.
No description provided.