Kaydet (Commit) 6207785e authored tarafından Faik Uygur's avatar Faik Uygur

* fixes NoneType message after "Another PiSi is running..." warning message,

  if any running pisi-cli process exists. If pisi.api.init fails, script must
  not continue.
üst 931f26d7
......@@ -80,6 +80,7 @@ def _init_pisi():
cancelled()
except pisi.lockeddbshelve.Error, e:
notify("System.Manager.error","%s" % str(e))
fail()
def cancelled():
if pisi.context.initialized:
......
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