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

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='AutoPrimed_Template.xlsx')
444
- return 'AutoPrimed_Template.xlsx'
 
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