Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Holland Computing Center
chipathlon
Commits
c3e70cbc
Commit
c3e70cbc
authored
Mar 09, 2017
by
aknecht2
Browse files
Made the any file extension better.
parent
8dbbdf44
Changes
1
Hide whitespace changes
Inline
Side-by-side
chipathlon/conf.py
View file @
c3e70cbc
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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment