Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
cubvh
Commits
d2efe16d
Commit
d2efe16d
authored
Apr 10, 2025
by
ashawkey
Browse files
update
parent
22e3e37f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
test/extract_mesh_watertight.py
test/extract_mesh_watertight.py
+4
-1
No files found.
test/extract_mesh_watertight.py
View file @
d2efe16d
...
@@ -99,6 +99,9 @@ os.makedirs(opt.workspace, exist_ok=True)
...
@@ -99,6 +99,9 @@ os.makedirs(opt.workspace, exist_ok=True)
if
os
.
path
.
isdir
(
opt
.
test_path
):
if
os
.
path
.
isdir
(
opt
.
test_path
):
file_paths
=
glob
.
glob
(
os
.
path
.
join
(
opt
.
test_path
,
"*"
))
file_paths
=
glob
.
glob
(
os
.
path
.
join
(
opt
.
test_path
,
"*"
))
for
path
in
tqdm
.
tqdm
(
file_paths
):
for
path
in
tqdm
.
tqdm
(
file_paths
):
run
(
path
)
try
:
run
(
path
)
except
Exception
as
e
:
print
(
f
'[WARN]
{
path
}
failed:
{
e
}
'
)
else
:
else
:
run
(
opt
.
test_path
)
run
(
opt
.
test_path
)
\ No newline at end of file
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