Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Bo Zhang
csst
Commits
2064a67c
Commit
2064a67c
authored
3 years ago
by
BO ZHANG
Browse files
Options
Download
Email Patches
Plain Diff
added dir_pcref in nr
parent
aa8731be
master
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
csst/msc/naming.py
+2
-1
csst/msc/naming.py
with
2 additions
and
1 deletion
+2
-1
csst/msc/naming.py
+
2
-
1
View file @
2064a67c
...
...
@@ -22,11 +22,12 @@ class CsstMscNamingRules:
"""
def
__init__
(
self
,
ver_sim
=
"C5.1"
,
dir_l0
=
""
,
dir_l1
=
""
,
force_all_ccds
=
False
):
def
__init__
(
self
,
ver_sim
=
"C5.1"
,
dir_l0
=
""
,
dir_l1
=
""
,
dir_pcref
=
""
,
force_all_ccds
=
False
):
assert
ver_sim
in
VER_SIMS
self
.
dir_l0
=
dir_l0
self
.
dir_l1
=
dir_l1
self
.
dir_pcref
=
dir_pcref
self
.
ver_sim
=
ver_sim
print
(
"globbing files ... "
,
end
=
""
)
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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
Menu
Explore
Projects
Groups
Snippets