Close tmp_file when done with it
This commit is contained in:
parent
ee5dd2850e
commit
1f6a57d105
1 changed files with 1 additions and 0 deletions
|
@ -134,3 +134,4 @@ for language in languages:
|
|||
if not exists(src_file):
|
||||
with open(src_file, 'w') as src:
|
||||
src.write(language.format_src(str(args.day).zfill(2)))
|
||||
tmp_file.close()
|
||||
|
|
Loading…
Reference in a new issue