Skip to content

Commit 503a00f

Browse files
committed
Remove aliases from method=get code
1 parent 3d6f602 commit 503a00f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lambdas/commands.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def generate_extract_command(
5252
f"--output-file=s3://{timdex_bucket}/{extract_output_file}"
5353
)
5454
extract_command.append("harvest")
55-
if source in ["aspace", "dspace", "libguides", "researchdatabases"]:
55+
if source in ["aspace", "dspace"]:
5656
extract_command.append("--method=get")
5757
extract_command.append(f"--metadata-format={input_data['oai-metadata-format']}")
5858
if run_type == "daily":

0 commit comments

Comments
 (0)