Skip to content

Commit

Permalink
Fixing minor bug in config.application.
Browse files Browse the repository at this point in the history
  • Loading branch information
ellisonbg committed May 18, 2011
1 parent 7d32e74 commit 7f8de33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion IPython/config/application.py
Expand Up @@ -210,7 +210,7 @@ def update_config(self, config):
newconfig._merge(config)
# Save the combined config as self.config, which triggers the traits
# events.
self.config = config
self.config = newconfig

def parse_command_line(self, argv=None):
"""Parse the command line arguments."""
Expand Down

0 comments on commit 7f8de33

Please sign in to comment.