Skip to content

Commit

Permalink
Fixed typo in SOTRAGE_DIR.
Browse files Browse the repository at this point in the history
  • Loading branch information
sapoturge authored and lordmauve committed Jun 15, 2019
1 parent c97a93f commit b011cae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pgzero/storage.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def save_all(cls):
def _ensure_save_path(cls):
"""Ensure that the directory for all save game data exists."""
try:
os.makedirs(cls.SOTRAGE_DIR)
os.makedirs(cls.STORAGE_DIR)
except IsADirectoryError:
pass
except FileExistsError:
Expand Down

0 comments on commit b011cae

Please sign in to comment.