Skip to content

Commit ec6ee70

Browse files
Update tools/extract_graphml.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent f3bf314 commit ec6ee70

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/extract_graphml.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ def extract_graphml_to_file(image_path: str, output_path: str | None = None) ->
177177

178178
if __name__ == "__main__":
179179
if len(sys.argv) < 2:
180-
print("Usage: python extract_graphml.py <image.png|jpg> [output.graphml]")
180+
print("Usage: python extract_graphml.py <image.png|jpg|jpeg> [output.graphml]")
181181
sys.exit(1)
182182

183183
in_path = sys.argv[1]

0 commit comments

Comments
 (0)