multiSSH3 5.58__py3-none-any.whl → 5.59__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.
- multiSSH3.py +3 -2
- {multissh3-5.58.dist-info → multissh3-5.59.dist-info}/METADATA +1 -1
- multissh3-5.59.dist-info/RECORD +6 -0
- {multissh3-5.58.dist-info → multissh3-5.59.dist-info}/WHEEL +1 -1
- multissh3-5.58.dist-info/RECORD +0 -6
- {multissh3-5.58.dist-info → multissh3-5.59.dist-info}/entry_points.txt +0 -0
- {multissh3-5.58.dist-info → multissh3-5.59.dist-info}/top_level.txt +0 -0
multiSSH3.py
CHANGED
|
@@ -54,10 +54,10 @@ except AttributeError:
|
|
|
54
54
|
# If neither is available, use a dummy decorator
|
|
55
55
|
def cache_decorator(func):
|
|
56
56
|
return func
|
|
57
|
-
version = '5.
|
|
57
|
+
version = '5.59'
|
|
58
58
|
VERSION = version
|
|
59
59
|
__version__ = version
|
|
60
|
-
COMMIT_DATE = '2025-03-
|
|
60
|
+
COMMIT_DATE = '2025-03-17'
|
|
61
61
|
|
|
62
62
|
CONFIG_FILE_CHAIN = ['./multiSSH3.config.json',
|
|
63
63
|
'~/multiSSH3.config.json',
|
|
@@ -2565,6 +2565,7 @@ def run_command_on_hosts(hosts = DEFAULT_HOSTS,commands = None,oneonone = DEFAUL
|
|
|
2565
2565
|
unavailableHosts = set()
|
|
2566
2566
|
# set global input to empty
|
|
2567
2567
|
__keyPressesIn = [[]]
|
|
2568
|
+
__global_suppress_printout = True
|
|
2568
2569
|
else:
|
|
2569
2570
|
# if run in command line ( or emulating running in command line, we default to skip unreachable hosts within one command call )
|
|
2570
2571
|
if skipUnreachable:
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
multiSSH3.py,sha256=j_9ukdE0WHkS8b0Ls94JRdM7cBJZqv0GUQ2mmgRF_dk,139237
|
|
2
|
+
multissh3-5.59.dist-info/METADATA,sha256=6Ckopi4bXvlQQTuvkdoRN_7VtQsKInmOho0WSU6Tr24,18092
|
|
3
|
+
multissh3-5.59.dist-info/WHEEL,sha256=beeZ86-EfXScwlR_HKu4SllMC9wUEj_8Z_4FJ3egI2w,91
|
|
4
|
+
multissh3-5.59.dist-info/entry_points.txt,sha256=xi2rWWNfmHx6gS8Mmx0rZL2KZz6XWBYP3DWBpWAnnZ0,143
|
|
5
|
+
multissh3-5.59.dist-info/top_level.txt,sha256=tUwttxlnpLkZorSsroIprNo41lYSxjd2ASuL8-EJIJw,10
|
|
6
|
+
multissh3-5.59.dist-info/RECORD,,
|
multissh3-5.58.dist-info/RECORD
DELETED
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
multiSSH3.py,sha256=CMm3IwWYvN7uuNBXFcYA86AG4wykFuAUtjo5Lct93mw,139201
|
|
2
|
-
multissh3-5.58.dist-info/METADATA,sha256=6dKv2fRT1IYqbt0o636OwXiNr3gijG-p26kTDXvO4tQ,18092
|
|
3
|
-
multissh3-5.58.dist-info/WHEEL,sha256=52BFRY2Up02UkjOa29eZOS2VxUrpPORXg1pkohGGUS8,91
|
|
4
|
-
multissh3-5.58.dist-info/entry_points.txt,sha256=xi2rWWNfmHx6gS8Mmx0rZL2KZz6XWBYP3DWBpWAnnZ0,143
|
|
5
|
-
multissh3-5.58.dist-info/top_level.txt,sha256=tUwttxlnpLkZorSsroIprNo41lYSxjd2ASuL8-EJIJw,10
|
|
6
|
-
multissh3-5.58.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|