Marthee commited on
Commit
b88d9dc
·
verified ·
1 Parent(s): 0538ca6

Update Doors_Schedule.py

Browse files
Files changed (1) hide show
  1. Doors_Schedule.py +2 -1
Doors_Schedule.py CHANGED
@@ -1648,4 +1648,5 @@ def mainRun(schedule, plan, searcharray):
1648
  v='stroke'
1649
  x,y,z=int(annot_color.get(v)[0]*255),int(annot_color.get(v)[1]*255),int(annot_color.get(v)[2]*255)
1650
  list1.loc[len(list1)] =[annot.info['content'],annot.info['id'],annot.info['subject'],[x,y,z]]
1651
- return annotatedimg, doc2 , list1, repeated_labels , not_found
 
 
1648
  v='stroke'
1649
  x,y,z=int(annot_color.get(v)[0]*255),int(annot_color.get(v)[1]*255),int(annot_color.get(v)[2]*255)
1650
  list1.loc[len(list1)] =[annot.info['content'],annot.info['id'],annot.info['subject'],[x,y,z]]
1651
+ return annotatedimg, doc2 , list1, repeated_labels , not_found
1652
+