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 @@ ...@@ -153,7 +153,7 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>_text</string> </key> <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> </item>
</dictionary> </dictionary>
</pickle> </pickle>
......
341 342
\ No newline at end of file \ 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