You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: hack/verify-flags-underscore.py
+1-1
Original file line number
Diff line number
Diff line change
@@ -232,7 +232,7 @@ def main():
232
232
233
233
iflen(bad_lines) !=0:
234
234
ifnotargs.skip_exceptions:
235
-
print("Found illegal 'flag' usage. If these are false positives you should running `hack/verify-flags-underscore.py -e > hack/verify-flags/exceptions.txt` to update the list.")
235
+
print("Found illegal 'flag' usage. If these are false positives you should run `hack/verify-flags-underscore.py -e > hack/verify-flags/exceptions.txt` to update the list.")
0 commit comments