Skip to content

Commit 99f152f

Browse files
committed
fix url action
1 parent 14087a1 commit 99f152f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Nagstamon/helpers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,7 @@ def get_distro():
477477
return dist_name.lower(), dist_version, dist_id
478478

479479

480-
def urlify(self, string):
480+
def urlify(string):
481481
"""
482482
return a string that fulfills requirements for URLs
483483
exclude several chars

Nagstamon/qui/widgets/treeview.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -583,7 +583,7 @@ def cell_clicked(self):
583583

584584
@Slot(str)
585585
def action_menu_custom_response(self, action):
586-
# How many rows do we have
586+
# How many rows do we have?
587587
list_rows = []
588588
for index in self.selectedIndexes():
589589
if index.row() not in list_rows:

0 commit comments

Comments
 (0)