File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -177,7 +177,10 @@ def checkQueueEvent(self):
177177 self .installProgress .ui .info .setText (
178178 _ ("General" ,
179179 # "Installing <b>{percent:.2f}%</b>".format(percent=percent)))
180- "Installing <b>{percent:.2f}%</b> : {file}" .format (** info )))
180+ #"Installing <b>{percent:.2f}%</b> : {file}".format(**info)))
181+ #09-11-2022 tarihinde değiştirildi
182+ "Installing: {file}" .format (** info )))
183+
181184 if percent >= self .cur + 0.5 :
182185 ctx .logger .debug ("Sqfs: installing {}%" .format (percent ))
183186 self .cur = percent
Original file line number Diff line number Diff line change @@ -284,7 +284,7 @@ def configurePending():
284284 # Make baselayout configure first
285285 pisi .api .configure_pending (['baselayout' ])
286286 # And all of pending packages
287- pisi .api .configure_pending ()
287+ pisi .api .configure_pending ()
288288 os .unlink (ctx .consts .target_dir + ctx .consts .target_dir )
289289
290290
You can’t perform that action at this time.
0 commit comments