Skip to content

Commit

Permalink
Fix testing AIP name
Browse files Browse the repository at this point in the history
  • Loading branch information
camlyall committed Sep 9, 2022
1 parent 6043ec1 commit f9cce99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sip_to_eark_aip.py
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ def transform_sip_to_aip(sip_path:Path, output_path:Path) -> str:
aip_name = new_uuid()

# For Testing
aip_name = sip_name
# aip_name = sip_name

aip_path = (output_path / aip_name)

Expand Down

0 comments on commit f9cce99

Please sign in to comment.