Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
superstes committed Jan 14, 2025
1 parent 2c80ffb commit 42e5104
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opensimplex_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def _cli(self, size: int, pos_x: float = 0, pos_y: float = 0, dimensions: int =

shell(c)
if not Path(t).is_file():
raise SystemError("OpenSimples CLI execution failed!")
raise SystemError("OpenSimplex CLI execution failed!")

with open(t, 'r', encoding='utf-8') as f:
noise_map = json_loads(f.read())
Expand Down

0 comments on commit 42e5104

Please sign in to comment.