From 59c45edb9156f0484224a1575bfdce729631adb7 Mon Sep 17 00:00:00 2001 From: Jan Laukemann Date: Fri, 13 Oct 2017 16:39:40 +0200 Subject: [PATCH] verbose output for testing --- osaca/osaca.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/osaca/osaca.py b/osaca/osaca.py index 28b47d6..b34072a 100755 --- a/osaca/osaca.py +++ b/osaca/osaca.py @@ -241,6 +241,9 @@ class Osaca(object): False if file does not exist """ + # For testing + print(os.path.isfile(self.filepath)) + print(self.filepath) if(os.path.isfile(self.filepath)): self.store_src_code(iaca_flag) return True