correct error message
This commit is contained in:
parent
d656ed9cb7
commit
9128585fe8
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@ def parseConfigFile(configFile):
|
|||
return None
|
||||
except IOError:
|
||||
if not os.path.isfile(configFile):
|
||||
print('Error: Could not read from config file ~/.wakatime.conf')
|
||||
print('Error: Could not read from config file ~/.wakatime.cfg')
|
||||
return configs
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue