Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
l29ah committed May 14, 2024
1 parent afd510c commit 19220f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py_lib3mf/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

if system == "linux" and machine != "x86_64":
raise OSError(f"Unsupported Machine Type: {machine}")
elif system == "windows" and machine not in ("x86_64", "amd64")
elif system == "windows" and machine not in ("x86_64", "amd64"):
raise OSError(f"Unsupported Machine Type: {machine}")

# skipping darwin machine check for now

0 comments on commit 19220f9

Please sign in to comment.