Browse Source

improved warning message

283
thomasv 12 years ago
parent
commit
d2832563e4
  1. 2
      lib/simple_config.py

2
lib/simple_config.py

@ -62,7 +62,7 @@ class SimpleConfig:
elif self.system_config.get(key):
self.system_config[key] = value
print "warning: cannot save", key
print "Warning: cannot save '%s' because it is set in the system configuration file"%key
elif self.wallet_config.get(key):
self.wallet_config[key] = value

Loading…
Cancel
Save