Skip to content

Commit

Permalink
added debug path
Browse files Browse the repository at this point in the history
  • Loading branch information
jgunstone committed Nov 20, 2024
1 parent 6085749 commit 494c51f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 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 @@ -163,6 +163,11 @@
fpth = pathlib.Path(
r"J:\J7360\ISSUE\DNG\J7360-MXF-XX-XX-IS-J-00000.xlsm"
) # emma - done - same date issue
fpth = pathlib.Path(
r"J:\J6378\Project Management\Job Running\6378 MWP DNG.xlsm"
) # holly - done



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

0 comments on commit 494c51f

Please sign in to comment.