when config file is passed by arg avoid creating config dir

This commit is contained in:
Esteban (Eka) Feldman
2012-02-16 12:22:41 -03:00
parent 436d610ff4
commit c65639d55f

3
phenny
View File

@@ -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