DavidD003 commited on
Commit
d80b32f
·
1 Parent(s): 7731a2f

Update SchedBuilderUtyModule.py

Browse files
Files changed (1) hide show
  1. 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=flNm)
444
- return flNm
 
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.name)
444
+ return flNm.name