Spaces:
Sleeping
Sleeping
Update SchedBuilderUtyModule.py
Browse files- SchedBuilderUtyModule.py +2 -2
SchedBuilderUtyModule.py
CHANGED
@@ -440,5 +440,5 @@ def translate_Visual_Template(flNm,ftRef=None,tRef=None):
|
|
440 |
except KeyError:
|
441 |
print('The name '+nm+' identified in the visual template could not be associated with EE data from the refusal sheets. Check the formatting')
|
442 |
addRecs(flNm,'Assignment_List','Assn_List',data)
|
443 |
-
wb.save(filename=
|
444 |
-
return
|
|
|
440 |
except KeyError:
|
441 |
print('The name '+nm+' identified in the visual template could not be associated with EE data from the refusal sheets. Check the formatting')
|
442 |
addRecs(flNm,'Assignment_List','Assn_List',data)
|
443 |
+
wb.save(filename=flNm)
|
444 |
+
return flNm
|