We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ada383b commit 5ef0f03Copy full SHA for 5ef0f03
1 file changed
gtm-plugin.py
@@ -76,8 +76,7 @@ class GTM(sublime_plugin.EventListener):
76
shell=True,
77
stdin=subprocess.PIPE,
78
stdout=subprocess.PIPE,
79
- stderr=subprocess.STDOUT,
80
- close_fds=True)
+ stderr=subprocess.STDOUT)
81
output = p.stdout.read()
82
status_option_found = '-status' in output.decode('utf-8')
83
if not status_option_found:
0 commit comments