Skip to content

Commit

Permalink
Merge pull request #828 from newzealandpaul/main
Browse files Browse the repository at this point in the history
Always set index
  • Loading branch information
mjordan authored Oct 15, 2024
2 parents c1f6cd4 + 985a594 commit 44a873d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion i7Import/get_islandora_7_content.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
headers.append("file")
if config["id_field"] not in headers:
headers.append(config["id_field"])
index = config["id_start_number"]
index = config["id_start_number"]

if config["fetch_files"] is True:
if not os.path.exists(config["obj_directory"]):
Expand Down

0 comments on commit 44a873d

Please sign in to comment.