Skip to content

Commit

Permalink
deprecation.
Browse files Browse the repository at this point in the history
  • Loading branch information
mihxil committed Nov 9, 2023
1 parent f4785ea commit 80b17dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/npoapi/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ def _write_settings(self, config_dir = None):
f.write(key + "=" + self.settings[key] + "\n")
self.logger.info("Wrote %s" % str(config_file))
else:
self.logger.warn("Configuration could not be saved since no file of %s is writable" % str(config_files))
self.logger.warning("Configuration could not be saved since no file of %s is writable" % str(config_files))

def _read_properties_file(self, config_file, properties=None) -> Dict[str, str]:
if properties is None:
Expand Down

0 comments on commit 80b17dd

Please sign in to comment.