Skip to content

Commit

Permalink
Date variable default now set correctly
Browse files Browse the repository at this point in the history
... bug filed under 'E', for 'Extremely Embarrassing'
  • Loading branch information
fish2000 committed Aug 3, 2015
1 parent 61ac9d2 commit 341af92
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion symbolizer/templates.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

def generate_header(symbol_set, when=None):
if when is None:
when is datetime.now().isoformat()
when = datetime.now().isoformat()

header_out = header_start_tpl % when

Expand Down
2 changes: 1 addition & 1 deletion symbolizer/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.2.5'
__version__ = '0.2.6'

0 comments on commit 341af92

Please sign in to comment.