Skip to content

Commit

Permalink
Rm cruft
Browse files Browse the repository at this point in the history
  • Loading branch information
machawk1 committed Oct 3, 2024
1 parent cba2a9e commit f9eaae3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bundledApps/WAIL.py
Original file line number Diff line number Diff line change
Expand Up @@ -1894,13 +1894,13 @@ def generate_cdx():
cdx_indexer_path = (
f"{config.wail_path}/bundledApps/tomcat/webapps/bin/cdx-indexer"
)
print('indexing')

for file in listdir(warcs_path):
if file.endswith(".warc"):
cdx_file_path = (
f"{cdx_file_path_pre}"
f"{file.replace('.warc', '.cdx')}")

process = subprocess.Popen(
[cdx_indexer_path, join(warcs_path, file), cdx_file_path],
stdout=PIPE,
Expand Down

0 comments on commit f9eaae3

Please sign in to comment.