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

* downloading and installing info

üst 5793cb6d
......@@ -29,9 +29,9 @@ class UI(pisi.ui.UI):
def notify(self, event, **keywords):
if event == pisi.ui.downloading:
data = "downloading"
data = ",".join(["downloading", keywords["name"]])
elif event == pisi.ui.installing:
data = "installing"
data = ",".join(["installing", keywords["name"]])
elif event == pisi.ui.configuring:
data = "configuring"
elif event == pisi.ui.extracting:
......
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