[ChangeLog] Actualize
[youtube-dl] / devscripts / make_issue_template.py
index e5564bac1e111fa5b7c07f50f2836761000b691f..b7ad23d8363005c7f62056822219d7772e1d91d5 100644 (file)
@@ -20,7 +20,7 @@ def main():
     exec(compile(open('youtube_dl/version.py').read(),
                  'youtube_dl/version.py', 'exec'))
 
-    out = issue_template_tmpl % {'version': __version__}
+    out = issue_template_tmpl % {'version': locals()['__version__']}
 
     with io.open(outfile, 'w', encoding='utf-8') as outf:
         outf.write(out)