Browse Source

indentation

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

2
lib/simple_config.py

@ -64,7 +64,7 @@ a SimpleConfig instance then reads the wallet file.
def get(self, key, default=None):
"""Retrieve the filepath of the configuration file specified in the 'key' parameter."""
# 1. command-line options always override everything
# 1. command-line options always override everything
if self.options_config.has_key(key) and self.options_config.get(key) is not None:
out = self.options_config.get(key)

Loading…
Cancel
Save