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
Traceback (most recent call last):
File "codetective.py", line 986, in
show_version()
File "codetective.py", line 890, in show_version
print('Codetective v' + __version__ + ' ' + __date__)
NameError: name '__date__' is not defined
So, I think you forgot to set the global variable date
The text was updated successfully, but these errors were encountered:
I ran the command
and got the error:
So, I think you forgot to set the global variable date
The text was updated successfully, but these errors were encountered: