Skip to content

Commit 7e80dba

Browse files
committed
cosmetic: capitalize method in output, following existing convention
1 parent 9e9eb2e commit 7e80dba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pywb/manager/manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ def add_warcs(self, warcs, method='copy'):
117117
for filename in warcs:
118118
filename = os.path.abspath(filename)
119119
logging.info('%s %s to %s',
120-
method,
120+
method.title(),
121121
filename,
122122
self.archive_dir)
123123
if method == 'hardlink':

0 commit comments

Comments
 (0)