From 0656365dea6ff50f97b5ab50351c942cffe2b7fc Mon Sep 17 00:00:00 2001 From: poikilos <7557867+poikilos@users.noreply.github.com> Date: Tue, 1 Mar 2016 11:19:34 -0500 Subject: [PATCH] fixed variable name --- chunkymap-regen.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chunkymap-regen.py b/chunkymap-regen.py index 067e905..1180d8d 100644 --- a/chunkymap-regen.py +++ b/chunkymap-regen.py @@ -650,7 +650,7 @@ class MTChunks: dest_png_path = self.get_chunk_image_path(chunk_luid) #is_empty_chunk = is_chunk_yaml_marked(chunk_luid) and is_chunk_yaml_marked_empty(chunk_luid) - if self.is_verbose: + if self.verbose_enable: print("") print("Running '"+cmd_string+"'...") else: