Skip to content
Snippets Groups Projects
Commit c3e70cbc authored by aknecht2's avatar aknecht2
Browse files

Made the any file extension better.

parent 8dbbdf44
No related branches found
No related tags found
1 merge request!21Resolve "IDR"
import string
# Module directory
job_modules = "jobs/modules/"
......@@ -61,7 +63,7 @@ file_extensions = {
"ccat_conf": ["txt", "conf"],
"log": ["log"]
}
file_extensions["any"] = [extension for ext_list in file_extensions.values() for extension in ext_list]
file_extensions["any"] = list(string.ascii_lowercase)
# list of resources that can be specified per job (step) in
# the workflow and corresponding Pegasus profile info
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment