From 9047a8a7c608610ee5d49e0a5f131ba475fec89c Mon Sep 17 00:00:00 2001 From: Baudouin Raoult Date: Mon, 5 Oct 2020 09:37:35 +0100 Subject: [PATCH] Typo --- climetlab/plotting/drivers/magics/driver.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/climetlab/plotting/drivers/magics/driver.py b/climetlab/plotting/drivers/magics/driver.py index 147d201d..909bbd6f 100644 --- a/climetlab/plotting/drivers/magics/driver.py +++ b/climetlab/plotting/drivers/magics/driver.py @@ -338,7 +338,7 @@ def show(self): args = [page] + self.macro() - if int(os.environ("CLIMETLAB_DEBUG", "0")): + if int(os.environ.get("CLIMETLAB_DEBUG", "0")): print(args) try: