Skip to content

Commit de2914e

Browse files
fixed grammar
1 parent 3f2bd41 commit de2914e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shuffle-tools/1.2.0/src/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2636,7 +2636,7 @@ def run_ssh_command(self, host, port, user_name, private_key_file_id, password,
26362636
except Exception as e:
26372637
return {"success":"false","message":str(e)}
26382638

2639-
return {"success":"true","output": stdout.read().decode(errors='ignore'), "error_log": stderr.read().decode(errors='ignore')}
2639+
return {"success":"true","output": stdout.read().decode(errors='ignore'), "error_logs": stderr.read().decode(errors='ignore')}
26402640

26412641
def cleanup_ioc_data(self, input_data):
26422642
# Remove unecessary parts like { and }, quotes etc

0 commit comments

Comments
 (0)