Skip to content

Commit

Permalink
Update menus.py
Browse files Browse the repository at this point in the history
  • Loading branch information
subinacls authored Nov 28, 2018
1 parent bdec449 commit 05cdd34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/menus.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ def helpmenu(self):
not raw_input("\nPress 'ENTER' key now to continue")
self.intromenu()
except Exception as helpfail:
print(("Help failed: %s") & helpfail)
print(("Help failed: %s") % helpfail)

def intromenu(self):
bi.search_string = None
Expand Down

0 comments on commit 05cdd34

Please sign in to comment.