Add -c config cl option. Fpdb passes cl options to HUD.

This commit is contained in:
Ray
2009-06-14 23:14:53 -04:00
parent a5ac2dcf75
commit b1ea38bea9
6 changed files with 76 additions and 25 deletions
+1
View File
@@ -250,6 +250,7 @@ class Config:
self.default_config_path = self.get_default_config_path()
if file != None: # configuration file path has been passed
file = os.path.expanduser(file)
if not os.path.exists(file):
print "Configuration file %s not found. Using defaults." % (file)
sys.stderr.write("Configuration file %s not found. Using defaults." % (file))