diff --git a/plugins/utilities/sandbox.py b/plugins/utilities/sandbox.py index 683dbae..afd4f7c 100644 --- a/plugins/utilities/sandbox.py +++ b/plugins/utilities/sandbox.py @@ -1559,7 +1559,8 @@ class Nice(mm.MainMenuWindow): tn.append(i) try: attr = getattr(blex, i) if i not in [ - "punch_position", "punch_velocity", "punch_momentum_linear"] else (0, 0, 0) # gay + # gay + "punch_position", "punch_velocity", "punch_momentum_linear"] else (0, 0, 0) except: attr = None typez.append(str(type(attr).__name__)) diff --git a/plugins/utilities/share_replay.py b/plugins/utilities/share_replay.py index c0d214f..7e7e0e7 100644 --- a/plugins/utilities/share_replay.py +++ b/plugins/utilities/share_replay.py @@ -123,7 +123,7 @@ class CommonUtilities: remove(external_dir+selected_replay) cls_inst.on_tab_select(tab_id) # updating the tab Print(selected_replay[0:-4]+" was deleted", color=red) - ConfirmWindow(text=f"Delete \"{selected_replay.split('.')[0]}\" \nfrom {'internal directory' if tab_id==MyTabId.INTERNAL else 'external directory'}?", + ConfirmWindow(text=f"Delete \"{selected_replay.split('.')[0]}\" \nfrom {'internal directory' if tab_id == MyTabId.INTERNAL else 'external directory'}?", action=do_it, cancel_is_selected=True)