Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
UNLOCK
MGnify
Commits
a0b006cb
Commit
a0b006cb
authored
Jun 18, 2021
by
Jasper Koehorst
Browse files
remove the break
parent
932ecdc0
Changes
1
Hide whitespace changes
Inline
Side-by-side
toHDT.py
View file @
a0b006cb
...
@@ -41,6 +41,4 @@ for line in open("files.txt"):
...
@@ -41,6 +41,4 @@ for line in open("files.txt"):
# Clean up
# Clean up
execute
(
"rm "
+
name
+
".hdt"
)
execute
(
"rm "
+
name
+
".hdt"
)
execute
(
"rm "
+
line
.
split
(
"/"
)[
-
1
])
execute
(
"rm "
+
line
.
split
(
"/"
)[
-
1
])
break
\ No newline at end of file
Write
Preview
Supports
Markdown
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