verbose output for debugging

This commit is contained in:
Jan Laukemann
2017-10-12 12:42:48 +02:00
parent b7f7aff64f
commit 51e031e1e0

View File

@@ -176,6 +176,7 @@ class Osaca(object):
self.read_csv()
print('Everything seems fine! Let\'s start checking!', file=self.file_output)
print(self.code, file=self.output_file) #for testing
if(binary_file):
self.iaca_bin()
else: