verbose output for testing

This commit is contained in:
Jan Laukemann
2017-10-13 16:39:40 +02:00
parent 1a2a697e52
commit 59c45edb91

View File

@@ -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