We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a30108d commit 96cc9cbCopy full SHA for 96cc9cb
1 file changed
episode-13/src/save.py
@@ -57,7 +57,7 @@ def load_chunk(self, chunk_position):
57
pickle.dump(blocks, f)
58
59
except FileNotFoundError:
60
- return # Fail quietly if chunk file not found.
+ return # Fail quietly if chunk file not found.
61
62
# Create chunk and fill it with the blocks from our chunk file.
63
0 commit comments