From 0cb5188ac79776a2d91c175834da6f926d75fb7e Mon Sep 17 00:00:00 2001 From: Headshotnoby Date: Fri, 25 Jun 2021 11:17:06 -0400 Subject: [PATCH] INDENTATION --- options.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/options.py b/options.py index e863d5f..1f0ec27 100644 --- a/options.py +++ b/options.py @@ -266,8 +266,8 @@ class Settings(QtGui.QDialog): if code == 0: subprocess.Popen(["./AO2XPupdat"]) _exit(0) - elif osname == "Darwin": # bundle - os.chdir(Cocoa.NSBundle.mainBundle().resourcePath()) # return to Resources folder + elif osname == "Darwin": # bundle + os.chdir(Cocoa.NSBundle.mainBundle().resourcePath()) # return to Resources folder def onReloadAudio(self): audio.free()