Added error handling on ovm response
This commit is contained in:
5
utils/helperutils.py
Normal file
5
utils/helperutils.py
Normal file
@@ -0,0 +1,5 @@
|
||||
# from datetime import datetime, timedelta
|
||||
|
||||
def log(value):
|
||||
# print(str(datetime.now()) + ' ' + str(value))
|
||||
print( str(value))
|
||||
Reference in New Issue
Block a user