From 5a98957f6c0f84cac4685c2cc8b39e955d4a7833 Mon Sep 17 00:00:00 2001 From: poikilos <7557867+poikilos@users.noreply.github.com> Date: Mon, 21 Mar 2016 16:42:12 -0400 Subject: [PATCH] fixed usage of view_traceback --- chunkymap-regen.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chunkymap-regen.py b/chunkymap-regen.py index 5e250a1..ec90ab9 100644 --- a/chunkymap-regen.py +++ b/chunkymap-regen.py @@ -653,7 +653,7 @@ class MTChunks: print(min_indent+" (index:["+str(queued_index)+"]; len:"+str(len(self.todo_positions))+") .") except: print(min_indent+"Could not finish check_decachunk_containing_chunk:") - view_traceback(min_indent) + view_traceback() def get_chunk_folder_path(self, chunky_x, chunky_z): result = None