correct error message

This commit is contained in:
Alan Hamlett 2014-07-25 03:39:36 -07:00
parent d656ed9cb7
commit 9128585fe8
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@ def parseConfigFile(configFile):
return None return None
except IOError: except IOError:
if not os.path.isfile(configFile): 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 return configs