We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a009a2 commit 0feeb13Copy full SHA for 0feeb13
user_sync/rules.py
@@ -190,7 +190,7 @@ def log_action_summary(self):
190
# so first we compute that pad length
191
pad = 0
192
for action_description in ACTION_SUMMARY_DESCRIPTION:
193
- if len(action_description[1] > pad):
+ if len(action_description[1]) > pad:
194
pad = len(action_description[1])
195
# and then we use it
196
0 commit comments