mirror of
https://github.com/wakatime/sublime-wakatime.git
synced 2023-08-10 21:13:02 +03:00
create .wakatime.cfg INI file if it does not already exist
This commit is contained in:
@ -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.
|
||||
|
Reference in New Issue
Block a user