mirror of
https://github.com/RRZE-HPC/OSACA.git
synced 2026-01-05 10:40:06 +01:00
verbose output for testing
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user