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
81ac94ff
Commit
81ac94ff
authored
Feb 11, 2021
by
nsoler
Browse files
admin cc scripts
parent
40a77a71
Pipeline
#2390
failed with stages
in 2 minutes and 1 second
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
package/scripts/add_metadata.py
View file @
81ac94ff
...
...
@@ -33,9 +33,9 @@ def remove_backups(cc_repo="2020_02"):
if
os
.
path
.
exists
(
fichero
):
try
:
shutil
.
rmtre
e
(
fichero
)
os
.
remov
e
(
fichero
)
except
Exception
as
e
:
print
(
"WAR
I
NING"
,
e
)
print
(
"WARNING"
,
e
)
continue
else
:
print
(
"Deleted:"
,
fichero
)
...
...
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