]> granicus.if.org Git - graphviz/commitdiff
generate_configuration_table.py: standardize on string with double quoting
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 7 Nov 2021 04:11:20 +0000 (21:11 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Wed, 10 Nov 2021 01:09:33 +0000 (17:09 -0800)
ci/generate_configuration_table.py

index 2ef1c56eb61e0b2eca50b446d8088e609410efd4..c5e43accc5b6c846454540229920d245c998cd33 100755 (executable)
@@ -31,7 +31,7 @@ def main(): # pylint: disable=missing-function-docstring
   parser.add_argument("--output-format", default="JSON",
                       choices=supported_output_formats,
                       help="Set output format.")
-  parser.add_argument("filename", nargs='*', help="Configuration log to read")
+  parser.add_argument("filename", nargs="*", help="Configuration log to read")
 
   opts = parser.parse_args()