mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-21 22:13:19 -07:00
Fix compatibility with Python 3.6
This commit is contained in:
parent
2d571ceaed
commit
75180b1c3f
1 changed files with 1 additions and 0 deletions
|
@ -135,6 +135,7 @@ def attach_session(session):
|
|||
else:
|
||||
os.execvp("screen", ["screen", "-AOxRR", session_name])
|
||||
|
||||
|
||||
sessions = get_sessions()
|
||||
|
||||
show_shell = os.path.exists("%s/.always-select" % (BYOBU_CONFIG_DIR))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue