[ci] auto-format

This commit is contained in:
kingsamurai123 2023-02-08 14:16:49 +00:00 committed by github-actions[bot]
parent 1b5953fb98
commit 6e457dae84

View file

@ -961,12 +961,11 @@ class PluginWindow(popup.PopupWindow):
rotate=25,
scale=0.45)
# Below snippet handles the tutorial button in the plugin window
tutorial_url = self.plugin.info["external_url"]
if tutorial_url:
def tutorial_confirm_window():
text="This will take you to \n\""+self.plugin.info["external_url"] + "\""
text = "This will take you to \n\""+self.plugin.info["external_url"] + "\""
tutorial_confirm_window = confirm.ConfirmWindow(
text=text,
action=lambda: ba.open_url(self.plugin.info["external_url"]),