Skip to content
GitLab
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
Jun 16, 2022
by
BO ZHANG
🏀
Browse files
added dir_pcref in nr
parent
aa8731be
Changes
1
Hide whitespace changes
Inline
Side-by-side
csst/msc/naming.py
View file @
2064a67c
...
@@ -22,11 +22,12 @@ class CsstMscNamingRules:
...
@@ -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
assert
ver_sim
in
VER_SIMS
self
.
dir_l0
=
dir_l0
self
.
dir_l0
=
dir_l0
self
.
dir_l1
=
dir_l1
self
.
dir_l1
=
dir_l1
self
.
dir_pcref
=
dir_pcref
self
.
ver_sim
=
ver_sim
self
.
ver_sim
=
ver_sim
print
(
"globbing files ... "
,
end
=
""
)
print
(
"globbing files ... "
,
end
=
""
)
...
...
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