Skip to content
Snippets Groups Projects
Commit 5dd94464 authored by Jorrit Schaap's avatar Jorrit Schaap
Browse files

TMSS-60: bug fix: do keep track of previous state value

parent 04c6ce73
No related branches found
No related tags found
1 merge request!154Resolve TMSS-60 and TMSS-171 and TMSS-198
......@@ -185,6 +185,8 @@ class Subtask(BasicCommon):
except Exception as e:
logger.error("Could not send state change to messagebus: %s", e)
# update the previous state value
self.__original_state = self.state
class SubtaskStateLog(BasicCommon):
"""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment