Removed what I think is an extra try statement that was causing an indent error.

This commit is contained in:
stormdragon2976 2023-03-23 15:00:39 -04:00
parent 41104d4e40
commit b219251d6c

View File

@ -39,7 +39,6 @@ class driver(screenDriver):
os.system('sysctl dev.tty.legacy_tiocsti=1') os.system('sysctl dev.tty.legacy_tiocsti=1')
except: except:
pass pass
try:
def initialize(self, environment): def initialize(self, environment):
self.env = environment self.env = environment
self.env['runtime']['attributeManager'].appendDefaultAttributes([ self.env['runtime']['attributeManager'].appendDefaultAttributes([