Skip to content

Commit

Permalink
make comment more clear
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin-bates committed May 30, 2019
1 parent f53f209 commit 11b5610
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion traitlets/config/application.py
Original file line number Diff line number Diff line change
Expand Up @@ -768,7 +768,7 @@ def load_config_file(self, filename, path=None):
raise_config_file_errors=self.raise_config_file_errors,
):
new_config.merge(config)
if filename not in self._loaded_config_files: # only add if not present (support reloads)
if filename not in self._loaded_config_files: # only add to list of loaded files if not previously loaded
self._loaded_config_files.append(filename)
# add self.cli_config to preserve CLI config priority
new_config.merge(self.cli_config)
Expand Down

0 comments on commit 11b5610

Please sign in to comment.