Skip to content

Commit eb71c2c

Browse files
authored
Update dissolve_and_align_segments.py
Variable assignment fixed
1 parent 30e3731 commit eb71c2c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dissolve_and_align_segments.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ def set_temp_folders(temp_folder):
197197
elif os.path.isdir(i):
198198
shutil.rmtree(i)
199199

200-
del temp_del_list
200+
del delete_list
201201
return
202202

203203
if __name__ == "__main__":

0 commit comments

Comments
 (0)