mirror of
https://github.com/morgan9e/helium
synced 2026-04-15 00:44:06 +09:00
devutils/validate_patches.py: Fix pylint warning
This commit is contained in:
@@ -671,7 +671,7 @@ def main():
|
||||
get_logger().info('(For more error details, re-run with the "-v" flag)')
|
||||
parser.exit(status=1)
|
||||
else:
|
||||
get_logger().info(f'Passed validation ({len(series_iterable)} patches total)')
|
||||
get_logger().info(f'Passed validation (%d patches total)', len(series_iterable))
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
|
||||
Reference in New Issue
Block a user