A little dead code cleanup

This commit is contained in:
David Carley
2021-03-02 10:20:16 -08:00
parent a0ae0a4e30
commit 1b32eeacc4
2 changed files with 19 additions and 27 deletions

View File

@@ -381,7 +381,7 @@ class Planner():
except RuntimeError as e:
# Pass on the planner message
self.log.error(str(e));
self.log.error(str(e))
self.stop()
except: