Skip to content

Commit 94df0cc

Browse files
committed
Another one
1 parent 547cfb0 commit 94df0cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readthedocs/projects/tasks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -624,7 +624,7 @@ def move_files(version_pk, hostname, html=False, localmedia=False, search=False,
624624
"""
625625
version = Version.objects.get(pk=version_pk)
626626
log.debug(LOG_TEMPLATE.format(project=version.project.slug, version=version.slug,
627-
msg='Moving files: {}'.format(locals())))
627+
msg='Moving files'))
628628

629629
if html:
630630
from_path = version.project.artifact_path(

0 commit comments

Comments
 (0)