mirror of
https://github.com/saltstack/salt.git
synced 2025-04-16 09:40:20 +00:00
![]() ``` ❯ artifacts/salt/bin/python3 Python 3.10.11 (main, May 5 2023, 02:31:54) [GCC 11.2.0] on linux Type "help", "copyright", "credits" or "license" for more information. >>> import base64 >>> base64.b64decode("AAAAB3NzaC1kcQ9J5bYTEyZ==", validate=True) b'\x00\x00\x00\x07ssh-dq\x0fI\xe5\xb6\x13\x13&' ``` ``` $ artifacts/salt/bin/python3 Python 3.11.3 (main, May 5 2023, 02:31:40) [GCC 11.2.0] on linux Type "help", "copyright", "credits" or "license" for more information. >>> import base64 >>> base64.b64decode("AAAAB3NzaC1kcQ9J5bYTEyZ==", validate=True) Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/tmp/testing/artifacts/salt/lib/python3.11/base64.py", line 88, in b64decode return binascii.a2b_base64(s, strict_mode=validate) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ binascii.Error: Excess data after padding ``` Signed-off-by: Pedro Algarvio <palgarvio@vmware.com> |
||
---|---|---|
.. | ||
cli | ||
client | ||
cloud | ||
doc | ||
executors | ||
externalapi | ||
files | ||
fileserver | ||
grains | ||
loader | ||
master | ||
minion | ||
modules | ||
netapi | ||
output | ||
pillar | ||
renderers | ||
returners | ||
runners | ||
sdb | ||
shell | ||
spm | ||
ssh | ||
states | ||
utils | ||
__init__.py | ||
conftest.py |