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
2d7769ec
Commit
2d7769ec
authored
Feb 10, 2021
by
nsoler
Browse files
little fix
parent
c72a7c3a
Pipeline
#2384
failed with stages
in 2 minutes and 5 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
package/scripts/make_symlink_sign0_1.py
View file @
2d7769ec
...
...
@@ -14,7 +14,7 @@ for molset in ('full',):
for
sign
in
(
'sign0'
,
'sign1'
):
subsp
=
space
+
str
(
num
)
ds
=
subsp
+
'.001'
signFile
=
os
.
path
.
join
(
root
,
version
,
molset
,
space
,
subsp
,
ds
,
sign
,
sign
+
'.h5'
)
signFile
=
os
.
path
.
join
(
root
,
version
,
molset
,
space
,
subsp
,
ds
,
sign
,
sign
+
'
_BACKUP
.h5'
)
if
os
.
path
.
exists
(
signFile
):
# Make a symlink into the destination
...
...
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