Fix `project_experiment.py`: Support copying directories (#10812)

This commit is contained in:
Dongge Liu 2023-08-09 15:10:26 +10:00 committed by GitHub
parent b9ce49f8a4
commit 40c2a8a4a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -84,6 +84,7 @@ def run_experiment(project_name, command, output_path, experiment_name):
'args': [
'-m',
'cp',
'-r',
'/workspace/out/*',
output_path,
]