From 5cdd491f177a2b93f70b632ae60867c0fc0bcdf2 Mon Sep 17 00:00:00 2001 From: Anthony Scemama Date: Mon, 16 May 2011 16:17:10 +0200 Subject: [PATCH] Little bug Version:1.1.69 --- src/touches.py | 2 +- src/version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/touches.py b/src/touches.py index 714aa0e..1d46672 100644 --- a/src/touches.py +++ b/src/touches.py @@ -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() diff --git a/src/version.py b/src/version.py index e976f47..1880f9b 100644 --- a/src/version.py +++ b/src/version.py @@ -1 +1 @@ -version = "1.1.66" +version = "1.1.69"