Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Packages
chemical_checker
Commits
f00bff59
Commit
f00bff59
authored
Feb 11, 2021
by
nsoler
Browse files
admin cc scripts
parent
020f6738
Pipeline
#2402
failed with stages
in 2 minutes and 3 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
package/scripts/export_Amodels.py
View file @
f00bff59
...
...
@@ -21,7 +21,7 @@ def export_models(destination, cctype='sign1', cc_repo=None):
for
space
in
[
'A'
+
str
(
n
)
for
n
in
range
(
1
,
6
)]:
ds
=
space
+
str
(
num
)
+
'.001'
ds
=
space
+
str
(
space
)
+
'.001'
dirModels
=
os
.
path
.
join
(
cc_repo
,
'reference'
,
'A'
,
space
,
ds
,
cctype
,
'models'
)
dirtmp
=
os
.
path
.
join
(
destination
,
ds
,
cctype
)
...
...
Write
Preview
Markdown
is supported
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