Skip to content

Commit

Permalink
use fstring
Browse files Browse the repository at this point in the history
  • Loading branch information
AAGaming00 committed Jul 22, 2022
1 parent 09eee76 commit c9bf8d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/browser.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def find_plugin_folder(self, name):
if plugin['name'] == name:
return path.join(self.plugin_path, folder)
except:
self.log.debug("skipping " + folder)
self.log.debug(f"skipping {folder}")

async def uninstall_plugin(self, name):
tab = await get_tab("SP")
Expand Down

0 comments on commit c9bf8d3

Please sign in to comment.