Skip to content

Commit

Permalink
[#1380] Remove hardcoded filename
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean Hammond committed Dec 10, 2013
1 parent 2d23040 commit 79a218f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/conf.py
Expand Up @@ -183,7 +183,7 @@ def write_latest_release_file():
.. |latest_package_name| replace:: {package_name}
'''
open('_latest_release.rst', 'w').write(template.format(
open(filename, 'w').write(template.format(
filename=filename,
latest_tag=latest_release_tag(),
latest_version=latest_release_version(),
Expand Down

0 comments on commit 79a218f

Please sign in to comment.