Skip to content
This repository has been archived by the owner on Dec 28, 2022. It is now read-only.

Commit

Permalink
Bit of padding.
Browse files Browse the repository at this point in the history
  • Loading branch information
mike committed Feb 16, 2008
1 parent c587f8e commit a1e2172
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/level/level/controller.py
Expand Up @@ -85,7 +85,7 @@ def make(self):
new_level.name = syntax.split(":")[-1]
new_level.parent = parent
new_level.depth = depth
new_level.created_at = datetime.datetime.today()
# new_level.created_at = datetime.datetime.today()

# Create level folder on disk
file_path = new_level.file_path()
Expand Down

0 comments on commit a1e2172

Please sign in to comment.