Skip to content

Commit 7772a07

Browse files
committed
added support for cmd specific env vars and auth
1 parent 46b74ae commit 7772a07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pystackql/stackql.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ def _run_query(self, query, custom_auth=None, env_vars=None):
232232
else:
233233
full_command = " ".join([self.bin_path] + local_params)
234234

235-
# print(full_command) # For debugging
235+
print(full_command) # For debugging
236236

237237
try:
238238
with subprocess.Popen(full_command, shell=True, stdout=subprocess.PIPE, stderr=subprocess.PIPE) as iqlPopen:

0 commit comments

Comments
 (0)