fix python syntax bug

This commit is contained in:
Dustin Kirkland 2010-11-04 13:14:12 -05:00
commit 97efaf2244

View file

@ -517,7 +517,7 @@ def chgesc(screen, size):
return 100
def autolaunch():
if os.path.exists(DATA+"/disable-autolaunch")
if os.path.exists(DATA+"/disable-autolaunch"):
return 0
if commands.getstatusoutput('grep -qs byobu-launcher %s/.profile' % HOME)[0] == 0:
return 1