Skip to content

Commit 176ec37

Browse files
Remove old genie_python dir from purge
1 parent c07d4b4 commit 176ec37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_tools/purge_archive.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ def deletion_files(project_areas, pattern):
7979

8080
def purge(dry_run=False):
8181
print("Beginning archive purge...")
82-
project_areas = [os.path.join(build_area, proj) for proj in ("Client_E4", "script_generator", "genie_python", "genie_python_3", "VHDS")] + \
82+
project_areas = [os.path.join(build_area, proj) for proj in ("Client_E4", "script_generator", "genie_python_3", "VHDS")] + \
8383
[os.path.join(build_area, "EPICS", proj) for proj in os.listdir(os.path.join(build_area, "EPICS"))
8484
if proj.startswith("EPICS")]
8585
project_areas.extend([os.path.join(build_area, "developer", "EPICS", proj) for proj in os.listdir(os.path.join(build_area, "developer", "EPICS"))

0 commit comments

Comments
 (0)