Verified Kaydet (Commit) ec96c1bb authored tarafından Erdem Ersoy's avatar Erdem Ersoy

Add FIXME for updating code

üst d5031d20
...@@ -192,7 +192,7 @@ class UpdateAllWindow(object): ...@@ -192,7 +192,7 @@ class UpdateAllWindow(object):
"changed", "changed",
self.progress_bar_update) # FIXME: Fix PyCharm warning self.progress_bar_update) # FIXME: Fix PyCharm warning
def update_all_progress_callback_done(self, transaction, operation, commit, result): def update_all_progress_callback_done(self, transaction, operation, commit, result): # FIXME: Test and review
self.TransactionProgress.disconnect(self.handler_id_progress) self.TransactionProgress.disconnect(self.handler_id_progress)
operation_ref = Flatpak.Ref.parse(operation.get_ref()) operation_ref = Flatpak.Ref.parse(operation.get_ref())
......
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