Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
argh pep8
Browse files Browse the repository at this point in the history
  • Loading branch information
ara4n committed Sep 12, 2018
1 parent 0e200e3 commit 0403cf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion synapse/handlers/sync.py
Original file line number Diff line number Diff line change
Expand Up @@ -1701,7 +1701,7 @@ def _generate_room_entry(self, sync_result_builder, ignored_users,
if batch.limited and since_token:
user_id = sync_result_builder.sync_config.user.to_string()
logger.info(
"Incremental gappy sync of room %s for user %s with %d state events" % (
"Incremental gappy sync of %s for user %s with %d state events" % (
room_id,
user_id,
len(state),
Expand Down

0 comments on commit 0403cf0

Please sign in to comment.