From d03652059da1830b93e6a6ae13b55578805e442f Mon Sep 17 00:00:00 2001 From: "Patrick W. Crawford" Date: Wed, 10 Aug 2022 23:58:18 -0700 Subject: [PATCH] Setting dev back to false for master --- MCprep_addon/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MCprep_addon/conf.py b/MCprep_addon/conf.py index 7a40de58..dd9083f4 100644 --- a/MCprep_addon/conf.py +++ b/MCprep_addon/conf.py @@ -39,7 +39,7 @@ def init(): # Used to print out extra information, set false with distribution # ----------------------------------------------- global dev - dev = True + dev = False global v v = True # $VERBOSE, UI setting