Skip to content

Commit

Permalink
add debug examples
Browse files Browse the repository at this point in the history
  • Loading branch information
jgunstone committed Sep 24, 2024
1 parent 6b2c660 commit 67e3f8e
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions packages/document-issue-xl/src/document_issue_xl/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,10 +129,19 @@
) # JG testing
fpth = pathlib.Path(
r"J:\J6891\Project Management\Job Running\DocumentNumberGenerator J6891 Poole Museum.xlsm"
) # Anna
) # Anna - done
fpth = pathlib.Path(
r"J:\J7129\Project Management\Job Running\Issue Sheet\J7129 DocumentNumberGenerator.xlsm"
) # Tina
) # Tina - done
fpth = pathlib.Path(
r"J:\J7424\ISSUE\DocumentNumberGenerator - 7424.xlsm"
) # emma - done
fpth = pathlib.Path(
r"J:\J7294\Project Management\Job Running\J7294 Issue Sheet.xlsm"
)
fpth = pathlib.Path(
r"J:\J6790\Project Management\Job Running\Issue Sheet\J6790 - Document Number Generator - Goods Office.xlsm"
)

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

0 comments on commit 67e3f8e

Please sign in to comment.