mirror of
https://github.com/morgan9e/warehouse
synced 2026-04-14 00:04:08 +09:00
Make linters happy
This commit is contained in:
@@ -35,7 +35,7 @@ class ChangeVersionWorker:
|
||||
real_installation = f"--{installation}"
|
||||
else:
|
||||
real_installation = f"--installation={installation}"
|
||||
|
||||
|
||||
cmd += ["sh", "-c"]
|
||||
|
||||
suffix = ""
|
||||
|
||||
@@ -119,7 +119,9 @@ class WarehouseWindow(Adw.ApplicationWindow):
|
||||
self.navigation_row_listbox.get_row_at_index(0).activate()
|
||||
|
||||
def on_file_drop(self, drop_target, value, x, y):
|
||||
self.on_drop_leave() # needed for X11
|
||||
# needed for X11
|
||||
self.on_drop_leave()
|
||||
|
||||
try:
|
||||
paks = []
|
||||
remotes = []
|
||||
|
||||
Reference in New Issue
Block a user