Removed what I think is an extra try statement that was causing an indent error.
This commit is contained in:
parent
41104d4e40
commit
b219251d6c
@ -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([
|
||||||
|
Loading…
Reference in New Issue
Block a user