Skip to content

Commit 2144b14

Browse files
debug win import
1 parent bf1a15f commit 2144b14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/aws_encryption_sdk/streaming_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
from aws_encryption_sdk.materials_managers.mpl.cmm import CryptoMaterialsManagerFromMPL
7878

7979
except ImportError as e:
80-
print("streamingerror" + e)
80+
print("streamingerror " + str(e))
8181
_HAS_MPL = False
8282

8383
_LOGGER = logging.getLogger(__name__)

0 commit comments

Comments
 (0)