Skip to content

Commit

Permalink
cosmetic: capitalize method in output, following existing convention
Browse files Browse the repository at this point in the history
  • Loading branch information
anarcat committed Nov 13, 2018
1 parent 5df94c0 commit 011640a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pywb/manager/manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ def add_warcs(self, warcs, method='copy'):
for filename in warcs:
filename = os.path.abspath(filename)
logging.info('%s %s to %s',
method,
method.title(),
filename,
self.archive_dir)
if method == 'hardlink':
Expand Down

0 comments on commit 011640a

Please sign in to comment.