Skip to content

Commit 4fb8f30

Browse files
committed
Fix converter output to use correct filename and location in data/2025Q4/1-fetch
1 parent a544cab commit 4fb8f30

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/1-fetch/arxiv_fetch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -539,7 +539,7 @@ def query_arxiv(args):
539539
# Convert category codes to user-friendly names
540540
try:
541541
input_file = FILE_ARXIV_CATEGORY
542-
output_file = shared.path_join(PATHS["data"], "arxiv_2_count_by_category_converted.csv")
542+
output_file = shared.path_join(PATHS["data_1-fetch"], "arxiv_2_count_by_category_report.csv")
543543
arxiv_category_converter.convert_categories_to_friendly_names(
544544
input_file, output_file, PATHS["data"]
545545
)

0 commit comments

Comments
 (0)