Skip to content

Commit

Permalink
fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
Iara Ota committed Aug 29, 2023
1 parent 9f37b01 commit 7eba873
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gwsumm/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -861,7 +861,7 @@ def main(args=None):
archive.write_data_archive(args.archive)
except Exception:
LOGGER.warning("New data archiving failed. "
"Previous backup preserved.")
"Previous backup preserved.")
LOGGER.debug("Archive written to {}".format(
os.path.abspath(args.archive)))
LOGGER.debug("%s complete" % (name))
Expand Down

0 comments on commit 7eba873

Please sign in to comment.