Skip to content

Commit

Permalink
add bebug message
Browse files Browse the repository at this point in the history
  • Loading branch information
jgunstone committed Nov 13, 2024
1 parent 90b0f7d commit 6085749
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/document-issue-xl/src/document_issue_xl/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,9 +157,12 @@
fpth = pathlib.Path(
r"J:\J7251\Project Management\Job Running\Issue Sheet\J7251 - DocumentNumberGenerator1.xlsm"
) # tina - done
fpth = pathlib.Path(
r"J:\J7081\Project Management\Job Running\J7081 Document Number Generator.xlsm"
) # moa - done
fpth = pathlib.Path(
r"J:\J7360\ISSUE\DNG\J7360-MXF-XX-XX-IS-J-00000.xlsm"
) # emma - done
) # emma - done - same date issue

xw.Book(str(fpth)).set_mock_caller()
RESULTS = cmd()
Expand Down

0 comments on commit 6085749

Please sign in to comment.