create .wakatime.cfg INI file if it does not already exist
This commit is contained in:
parent
9a600df969
commit
ad4df93b04
2 changed files with 35 additions and 5 deletions
|
|
@ -102,7 +102,7 @@ def upgradeConfigFile(configFile):
|
|||
pass
|
||||
|
||||
|
||||
def parseConfigFile(configFile):
|
||||
def parseConfigFile(configFile=None):
|
||||
"""Returns a configparser.SafeConfigParser instance with configs
|
||||
read from the config file. Default location of the config file is
|
||||
at ~/.wakatime.cfg.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue