multiSSH3 5.66__py3-none-any.whl → 5.67__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 +4 -3
- {multissh3-5.66.dist-info → multissh3-5.67.dist-info}/METADATA +1 -1
- multissh3-5.67.dist-info/RECORD +6 -0
- multissh3-5.66.dist-info/RECORD +0 -6
- {multissh3-5.66.dist-info → multissh3-5.67.dist-info}/WHEEL +0 -0
- {multissh3-5.66.dist-info → multissh3-5.67.dist-info}/entry_points.txt +0 -0
- {multissh3-5.66.dist-info → multissh3-5.67.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.67'
|
|
58
58
|
VERSION = version
|
|
59
59
|
__version__ = version
|
|
60
|
-
COMMIT_DATE = '2025-05-
|
|
60
|
+
COMMIT_DATE = '2025-05-08'
|
|
61
61
|
|
|
62
62
|
CONFIG_FILE_CHAIN = ['./multiSSH3.config.json',
|
|
63
63
|
'~/multiSSH3.config.json',
|
|
@@ -2457,7 +2457,8 @@ def getStrCommand(hosts = DEFAULT_HOSTS,commands = None,oneonone = DEFAULT_ONE_O
|
|
|
2457
2457
|
repeat = repeat,interval = interval,
|
|
2458
2458
|
shortend = shortend)
|
|
2459
2459
|
commandStr = '"' + '" "'.join(commands) + '"' if commands else ''
|
|
2460
|
-
|
|
2460
|
+
filePath = os.path.abspath(__file__)
|
|
2461
|
+
programName = filePath if filePath else 'mssh'
|
|
2461
2462
|
return f'{programName} {argsStr} {hostStr} {commandStr}'
|
|
2462
2463
|
|
|
2463
2464
|
#%% ------------ Record History Block ----------------
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
multiSSH3.py,sha256=NW0UP3cCzAK6hPDvj5mFc3vc2lTNF0jfqJM_HTdqxKE,144034
|
|
2
|
+
multissh3-5.67.dist-info/METADATA,sha256=CLiHx9VQdxFmnI92-h7aPaMFawBDCuGRC_fnndAkjc8,18093
|
|
3
|
+
multissh3-5.67.dist-info/WHEEL,sha256=0CuiUZ_p9E4cD6NyLD6UG80LBXYyiSYZOKDm5lp32xk,91
|
|
4
|
+
multissh3-5.67.dist-info/entry_points.txt,sha256=xi2rWWNfmHx6gS8Mmx0rZL2KZz6XWBYP3DWBpWAnnZ0,143
|
|
5
|
+
multissh3-5.67.dist-info/top_level.txt,sha256=tUwttxlnpLkZorSsroIprNo41lYSxjd2ASuL8-EJIJw,10
|
|
6
|
+
multissh3-5.67.dist-info/RECORD,,
|
multissh3-5.66.dist-info/RECORD
DELETED
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
multiSSH3.py,sha256=zzHmeiPt_kHVdnuCcQ_77coYhLqpvtWtJ__gc7hLTeA,144017
|
|
2
|
-
multissh3-5.66.dist-info/METADATA,sha256=TE1Mb3BDWEmK62EAGbqf04KSM9kmtNyPTDdQFboVMu8,18093
|
|
3
|
-
multissh3-5.66.dist-info/WHEEL,sha256=0CuiUZ_p9E4cD6NyLD6UG80LBXYyiSYZOKDm5lp32xk,91
|
|
4
|
-
multissh3-5.66.dist-info/entry_points.txt,sha256=xi2rWWNfmHx6gS8Mmx0rZL2KZz6XWBYP3DWBpWAnnZ0,143
|
|
5
|
-
multissh3-5.66.dist-info/top_level.txt,sha256=tUwttxlnpLkZorSsroIprNo41lYSxjd2ASuL8-EJIJw,10
|
|
6
|
-
multissh3-5.66.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|