try:
sb_auto_dir = os.path.dirname(os.path.realpath(__file__))
except:
sb_auto_dir = os.path.dirname(os.path.realpath('sb_automation.py'))
sys.path.append(sb_auto_dir) # Add the script location to the system path just to make sure this works.
from autoSB import *
This always used to work, but not right now: