Skip to content
Snippets Groups Projects
Commit 06b023d4 authored by Daniel Nemergut's avatar Daniel Nemergut Committed by Charlotte Hausman
Browse files

Removed rawdata from conveyor's qa transfer

parent ae303114
No related branches found
No related tags found
1 merge request!1618update vlass templates for pimscache python3.10 upgrade
......@@ -95,7 +95,7 @@ class DeliveryConveyor(ConveyorIF):
def move_subdirectories_to_qa_area(self, qa_path: str):
# ignore non-casa related directories
transfer_list = ["rawdata/", "working/", "products/"]
transfer_list = ["working/", "products/"]
if not pathlib.Path(qa_path).exists():
os.makedirs(qa_path)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment