make param configFile optional
This commit is contained in:
parent
34c92951e0
commit
f49470a2c9
1 changed files with 1 additions and 1 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…
Reference in a new issue