Skip to content

Commit 6a40ad6

Browse files
committed
Update set_option params for 0.8.1
g -> _global
1 parent ecee762 commit 6a40ad6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tmuxp/workspacebuilder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ def build(self, session=None):
172172
self.session.set_option(option, value)
173173
if 'global_options' in self.sconf:
174174
for option, value in self.sconf['global_options'].items():
175-
self.session.set_option(option, value, g=True)
175+
self.session.set_option(option, value, _global=True)
176176
if 'environment' in self.sconf:
177177
for option, value in self.sconf['environment'].items():
178178
self.session.set_environment(option, value)

0 commit comments

Comments
 (0)