From 58d16102887ccc5ce24f354a0f3f53cf89d1047c Mon Sep 17 00:00:00 2001 From: fly Date: Thu, 16 Jan 2020 01:39:38 +0000 Subject: [PATCH] Fix Signed-off-by: fly --- worldbuild-manager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worldbuild-manager.py b/worldbuild-manager.py index 6e20949..f44d15f 100755 --- a/worldbuild-manager.py +++ b/worldbuild-manager.py @@ -108,7 +108,7 @@ try: if verbose: print(name + " set status to " + status) - if status == "started" or status == "done" or status == "rebuild" or status == "skip": + if status == "started" or status == "done" or status == "rebuild" or status == "skip" or status == "pending": if name == "n-pole" or name == "s-pole": if not name in state: state[name] = {}