Skip to content

Commit 73e0a46

Browse files
author
sreeder
committed
fix merge issues
1 parent fae1c64 commit 73e0a46

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

odm2api/ODM2/services/readService.py

+1-5
Original file line numberDiff line numberDiff line change
@@ -527,13 +527,9 @@ def getUnits(self, ids=None, name=None, type=None):
527527
try:
528528
return q.all()
529529
except Exception as e:
530-
<<<<<<< Updated upstream
531530
print('Error running Query: {}'.format(e))
532531
return None
533-
=======
534-
print("Error running Query: %s" % e)
535-
return []
536-
>>>>>>> Stashed changes
532+
537533

538534
# Organization
539535
def getOrganizations(self, ids=None, codes=None):

0 commit comments

Comments
 (0)