mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-20 21:43:19 -07:00
fix python syntax bug
This commit is contained in:
parent
63a5b5b248
commit
97efaf2244
1 changed files with 1 additions and 1 deletions
|
@ -517,7 +517,7 @@ def chgesc(screen, size):
|
||||||
return 100
|
return 100
|
||||||
|
|
||||||
def autolaunch():
|
def autolaunch():
|
||||||
if os.path.exists(DATA+"/disable-autolaunch")
|
if os.path.exists(DATA+"/disable-autolaunch"):
|
||||||
return 0
|
return 0
|
||||||
if commands.getstatusoutput('grep -qs byobu-launcher %s/.profile' % HOME)[0] == 0:
|
if commands.getstatusoutput('grep -qs byobu-launcher %s/.profile' % HOME)[0] == 0:
|
||||||
return 1
|
return 1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue