devutils/validate_patches.py: Actually fix pylint warning

This commit is contained in:
Eloston
2020-01-20 01:53:01 +00:00
parent 4b60dbd744
commit e2fae994d7

View File

@@ -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 (%d patches total)', len(series_iterable))
get_logger().info('Passed validation (%d patches total)', len(series_iterable))
if __name__ == '__main__':