Skip to content

Commit

Permalink
Merge pull request #4 from l29ah/typo
Browse files Browse the repository at this point in the history
Thank you for this PR!
  • Loading branch information
jdegenstein authored May 15, 2024
2 parents afd510c + 19220f9 commit 44411b9
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 44411b9

Please sign in to comment.