Python Forum
fetching exit status hangs in paramiko
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
fetching exit status hangs in paramiko
#3
print(task) returns list of the commands i mentioned,like
Output:
['\ncommand1;\ncommand2]

Replacing /n with \n returns

Output:
[' ','command1','command2']
Reply


Messages In This Thread
RE: fetching exit status hangs in paramiko - by saisankalpj - Dec-03-2022, 11:02 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  python difference between sys.exit and exit() mg24 1 4,234 Nov-12-2022, 01:37 PM
Last Post: deanhystad
  Fetching the port number using asyncio gary 0 1,517 Nov-01-2022, 02:53 AM
Last Post: gary
  Fetching data from multiple tables in a single request. swaroop 0 2,434 Jan-09-2021, 04:23 PM
Last Post: swaroop
  ERROR: Command errored out with exit status 1 calesii 3 8,886 Oct-23-2020, 05:39 PM
Last Post: snippsat
  "pip install -e ." returns : ERROR: Command errored out with exit status 1 mostafaPython 3 6,611 Jun-09-2020, 09:28 AM
Last Post: snippsat
  Fetching data from Sklearn zaki424160 2 4,951 Jul-09-2019, 05:20 AM
Last Post: ThomasL
  Error while fetching data from PostgreSQL linu 3 5,667 May-13-2019, 02:38 PM
Last Post: rxndy
  subprocess - get exit status of command run on different machine using rsh prashanth_CM 0 2,580 Sep-25-2018, 07:29 AM
Last Post: prashanth_CM
  Need help to correct my python function for fetching full data! PrateekG 2 3,655 May-27-2018, 06:39 AM
Last Post: PrateekG
  Fetching private ip address from instances of an autoscaling group deepsonune 0 3,782 May-18-2018, 10:32 AM
Last Post: deepsonune

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020