multiSSH3 4.75__py3-none-any.whl → 4.76__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of multiSSH3 might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: multiSSH3
3
- Version: 4.75
3
+ Version: 4.76
4
4
  Summary: Run commands on multiple hosts via SSH
5
5
  Home-page: https://github.com/yufei-pan/multiSSH3
6
6
  Author: Yufei Pan
@@ -0,0 +1,7 @@
1
+ multiSSH3.py,sha256=h28zfJKS3LlcKWdp9DAJWF7VcxbYMKA8WAS8Va1Rz9s,72520
2
+ multiSSH3-4.76.dist-info/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
3
+ multiSSH3-4.76.dist-info/METADATA,sha256=oadx4ocFNxLO6vspArzIyeLEsGoifyjq10w7YHEVybc,15482
4
+ multiSSH3-4.76.dist-info/WHEEL,sha256=cVxcB9AmuTcXqmwrtPhNK88dr7IR_b6qagTj0UvIEbY,91
5
+ multiSSH3-4.76.dist-info/entry_points.txt,sha256=xi2rWWNfmHx6gS8Mmx0rZL2KZz6XWBYP3DWBpWAnnZ0,143
6
+ multiSSH3-4.76.dist-info/top_level.txt,sha256=tUwttxlnpLkZorSsroIprNo41lYSxjd2ASuL8-EJIJw,10
7
+ multiSSH3-4.76.dist-info/RECORD,,
multiSSH3.py CHANGED
@@ -27,7 +27,7 @@ except AttributeError:
27
27
  def cache_decorator(func):
28
28
  return func
29
29
 
30
- version = '4.75'
30
+ version = '4.76'
31
31
  VERSION = version
32
32
 
33
33
  DEFAULT_ENV_FILE = '/etc/profile.d/hosts.sh'
@@ -1386,6 +1386,18 @@ def run_command_on_hosts(hosts,commands,oneonone = DEFAULT_ONE_ON_ONE, timeout =
1386
1386
  return allHosts
1387
1387
 
1388
1388
  def main():
1389
+ global emo
1390
+ global global_suppress_printout
1391
+ global gloablUnavailableHosts
1392
+ global mainReturnCode
1393
+ global failedHosts
1394
+ global keyPressesIn
1395
+ global ipmiiInterfaceIPPrefix
1396
+ global sshpassAvailable
1397
+ global env_file
1398
+ emo = False
1399
+
1400
+
1389
1401
  # We handle the signal
1390
1402
  signal.signal(signal.SIGINT, signal_handler)
1391
1403
  # We parse the arguments
@@ -1,7 +0,0 @@
1
- multiSSH3.py,sha256=4arZmvbOpX6cwHYdaHu7Y_Jz8sUDhfMqkgn-iijX3qc,72292
2
- multiSSH3-4.75.dist-info/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
3
- multiSSH3-4.75.dist-info/METADATA,sha256=dSPPX26CnHQI5gKHa0U-wYvax_2DzlkBC2DlBSGvMjI,15482
4
- multiSSH3-4.75.dist-info/WHEEL,sha256=cVxcB9AmuTcXqmwrtPhNK88dr7IR_b6qagTj0UvIEbY,91
5
- multiSSH3-4.75.dist-info/entry_points.txt,sha256=xi2rWWNfmHx6gS8Mmx0rZL2KZz6XWBYP3DWBpWAnnZ0,143
6
- multiSSH3-4.75.dist-info/top_level.txt,sha256=tUwttxlnpLkZorSsroIprNo41lYSxjd2ASuL8-EJIJw,10
7
- multiSSH3-4.75.dist-info/RECORD,,