Skip to content

Commit 5ae46f3

Browse files
author
miguelcleon
committed
Update createService.py
1 parent 7f18706 commit 5ae46f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

odm2api/ODM2/services/createService.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -523,7 +523,7 @@ def createTimeSeriesResultValues(self, datavalues):
523523

524524

525525
return datavalues
526-
except(Exception, e):
526+
except Exception as e:
527527
print(e)
528528
return None
529529

0 commit comments

Comments
 (0)