Skip to content

Commit

Permalink
Update secure-framework-automapping.py
Browse files Browse the repository at this point in the history
  • Loading branch information
boberito authored Mar 17, 2022
1 parent bfb7118 commit db4f521
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion secure-framework-automapping.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

open(path + '/SCF_current.xlsx', 'wb').write(r.content)

workbook = load_workbook(filename="/tmp/SCF_current.xlsx")
workbook = load_workbook(filename=path + "SCF_current.xlsx")
sheet = workbook.active


Expand Down

0 comments on commit db4f521

Please sign in to comment.