Commit 4de82f1b authored by Łukasz Nowak's avatar Łukasz Nowak

Invert condition: allow to ask destruction always...

...except already destroyed or being destroyed.
parent 7d2f1455
......@@ -153,7 +153,7 @@
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>python: context.SoftwareInstance_getStatus() in ("Started", "Stopped", "Looking for a free partition")</string> </value>
<value> <string>python: context.SoftwareInstance_getStatus() not in (\'Destroyed\', \'Destruction in progress\')</string> </value>
</item>
</dictionary>
</pickle>
......
341
\ No newline at end of file
342
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment