Skip to content

Commit

Permalink
added live docs to debug
Browse files Browse the repository at this point in the history
  • Loading branch information
jgunstone committed Jul 26, 2024
1 parent 68e600b commit 6b801a9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 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 @@ -74,6 +74,12 @@
/ "xl"
/ "DocumentNumberGenerator.xlsm"
)
fpth = pathlib.Path(
r"J:\J6848\Project Management\Job Running\J6848 - Wembley Link Document Number Generator.xlsm"
)
fpth = pathlib.Path(
r"J:\J7207\Project Management\Job Running\J7207 DocumentNumberGenerator.xlsm"
) # liz - wip
xw.Book(str(fpth)).set_mock_caller()
RESULTS = cmd()
else:
Expand Down

0 comments on commit 6b801a9

Please sign in to comment.