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