when config file is passed by arg avoid creating config dir
parent
436d610ff4
commit
c65639d55f
3
phenny
3
phenny
|
@ -118,7 +118,8 @@ def main(argv=None):
|
|||
# Step Two: Check Dependencies
|
||||
|
||||
check_python_version() # require python2.4 or later
|
||||
check_dotdir() # require ~/.phenny, or make it and exit
|
||||
if not opts.config:
|
||||
check_dotdir() # require ~/.phenny, or make it and exit
|
||||
|
||||
# Step Three: Load The Configurations
|
||||
|
||||
|
|
Loading…
Reference in New Issue