Skip to content

Commit 4b0e06c

Browse files
committed
Delete the script chunks file after processing
1 parent f9d7ddf commit 4b0e06c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/process_test.py

+1
Original file line numberDiff line numberDiff line change
@@ -1330,6 +1330,7 @@ def get_script_chunks(self, pages):
13301330
'content': c['src'],
13311331
'chunk_type': c['type']}
13321332
chunks.append(chunk)
1333+
os.unlink(script_chunks_file)
13331334
except Exception:
13341335
logging.exception("Error processing script chunks")
13351336

0 commit comments

Comments
 (0)