Skip to content

Commit

Permalink
add debug fpths
Browse files Browse the repository at this point in the history
  • Loading branch information
jgunstone committed Dec 6, 2024
1 parent 677d7d3 commit 41f1a34
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 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 @@ -166,8 +166,13 @@
fpth = pathlib.Path(
r"J:\J6378\Project Management\Job Running\6378 MWP DNG.xlsm"
) # holly - done
fpth = pathlib.Path(
r"J:\J7045\ISSUE SHEET\J7045 Ruskin -new issue sheet 20241202-JGedit.xlsm"
) # emma - done


fpth = pathlib.Path(
r"J:\J7251\Project Management\Job Running\Issue Sheet\J7251 - DocumentNumberGenerator1 - V2.xlsm"
) # tina - done

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

0 comments on commit 41f1a34

Please sign in to comment.