Skip to content

Commit

Permalink
added debug example
Browse files Browse the repository at this point in the history
  • Loading branch information
jgunstone committed Aug 23, 2024
1 parent 8e25a49 commit 3a0c0dd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/document-issue-xl/src/document_issue_xl/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,9 @@
fpth = pathlib.Path(
r"J:\J6681\Issue sheets\J6681 CCCSC Engineer Document Number Generator Issue Sheet - Special CC only.xlsm"
) # holly
fpth = pathlib.Path(
r"J:\J6866\New\Issue Sheet\DocumentNumberGenerator1 stage 3 - USE.xlsm"
) # emma
xw.Book(str(fpth)).set_mock_caller()
RESULTS = cmd()
else:
Expand Down

0 comments on commit 3a0c0dd

Please sign in to comment.