Skip to content

Commit

Permalink
Correcting conf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasThoren committed May 29, 2015
1 parent 083320b commit 994faf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
if not os.path.exists('../logs'):
os.makedirs('../logs')

f = file('../logs/elections.log', 'w')
f = file('../logs/realestate.log', 'w')

# -- General configuration ------------------------------------------------

Expand Down

0 comments on commit 994faf8

Please sign in to comment.