##// END OF EJS Templates
Fixing minor bug in config.application.
Brian Granger -
Show More
@@ -210,7 +210,7 b' class Application(SingletonConfigurable):'
210 newconfig._merge(config)
210 newconfig._merge(config)
211 # Save the combined config as self.config, which triggers the traits
211 # Save the combined config as self.config, which triggers the traits
212 # events.
212 # events.
213 self.config = config
213 self.config = newconfig
214
214
215 def parse_command_line(self, argv=None):
215 def parse_command_line(self, argv=None):
216 """Parse the command line arguments."""
216 """Parse the command line arguments."""
General Comments 0
You need to be logged in to leave comments. Login now