We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14087a1 commit 99f152fCopy full SHA for 99f152f
2 files changed
Nagstamon/helpers.py
@@ -477,7 +477,7 @@ def get_distro():
477
return dist_name.lower(), dist_version, dist_id
478
479
480
-def urlify(self, string):
+def urlify(string):
481
"""
482
return a string that fulfills requirements for URLs
483
exclude several chars
Nagstamon/qui/widgets/treeview.py
@@ -583,7 +583,7 @@ def cell_clicked(self):
583
584
@Slot(str)
585
def action_menu_custom_response(self, action):
586
- # How many rows do we have
+ # How many rows do we have?
587
list_rows = []
588
for index in self.selectedIndexes():
589
if index.row() not in list_rows:
0 commit comments