Little bug

Version:1.1.69
This commit is contained in:
Anthony Scemama 2011-05-16 16:17:10 +02:00
parent a458373fec
commit 5cdd491f17
2 changed files with 2 additions and 2 deletions

View File

@ -47,7 +47,7 @@ def create():
subroutine irpf90_dummy_touch()
end
"""
if not same_file(FILENAME,out):
if not same_file(FILENAME,out.splitlines()):
file = open(FILENAME,'w')
file.writelines(out)
file.close()

View File

@ -1 +1 @@
version = "1.1.66"
version = "1.1.69"