Skip to content

Commit fc87287

Browse files
committed
Fix lint
1 parent 94df0cc commit fc87287

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readthedocs/core/management/commands/reindex_elasticsearch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,4 @@ def handle(self, *args, **options):
5353
update_search(version.pk, commit,
5454
delete_non_commit_files=False)
5555
except Exception:
56-
log.exception('Reindex failed for %s'.format(version))
56+
log.exception('Reindex failed for {}'.format(version))

0 commit comments

Comments
 (0)