Re-adding return
This commit is contained in:
parent
4725f527f3
commit
4527dd3640
1 changed files with 2 additions and 0 deletions
|
@ -91,6 +91,8 @@ def tiles_to_equirectangular_blender(back, right, front, left, top, bottom,
|
|||
if not keep:
|
||||
tmpdir.cleanup() # Delete temporary directory to free space
|
||||
|
||||
return outimg
|
||||
|
||||
except:
|
||||
os.chdir(pre)
|
||||
print("Something went wrong trying to convert to equirectangular.")
|
||||
|
|
Loading…
Reference in a new issue