Skip to content

Commit

Permalink
add debugs
Browse files Browse the repository at this point in the history
  • Loading branch information
jgunstone committed Oct 30, 2024
1 parent cfb38df commit 5899cf6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 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 @@ -151,6 +151,14 @@
fpth = pathlib.Path(
r"J:\J6372\Project Management\Job Running\J6372 G1 Document Number Generator.xlsm"
) # moa - done
fpth = pathlib.Path(
r"J:\J7595\Project Management\Job Running\J7595 Drawing Number Generator.xlsm"
) # tina, aidan

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


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

0 comments on commit 5899cf6

Please sign in to comment.