We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c886b95 commit aa7e06aCopy full SHA for aa7e06a
cosypose/libmesh/meshlab_converter.py
@@ -27,7 +27,7 @@ def run_meshlab_script(in_path, out_path, script, cd_dir=None, has_textures=True
27
if has_textures:
28
command += ['wt', 'vt']
29
command += ['-s', script_path.as_posix()]
30
- print(('-'*40) + '\n' + ' '.join(command) + '\n' + ('-'*40))
+ print(' '.join(command) + '\n')
31
os.system(' '.join(command))
32
script_path.unlink()
33
return
0 commit comments