Skip to content

Commit

Permalink
Merge pull request #129 from Carreau/log-wning
Browse files Browse the repository at this point in the history
update log.warn (deprecated) to log.warning
  • Loading branch information
takluyver authored May 3, 2018
2 parents 15be9f1 + 94e46ba commit f1e18b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jupyter_core/application.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ def load_config_file(self, suppress_errors=True):
# For testing purposes.
if not suppress_errors:
raise
self.log.warn("Error loading config file: %s" %
self.log.warning("Error loading config file: %s" %
config_file_name, exc_info=True)

# subcommand-related
Expand Down

0 comments on commit f1e18b8

Please sign in to comment.