Skip to content

Commit 8dd0303

Browse files
debug windows fail
1 parent bc002b6 commit 8dd0303

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
@@ -79,7 +79,7 @@
7979
from aws_cryptographic_materialproviders.mpl.references import IKeyring
8080
_HAS_MPL = True
8181
except ImportError as e:
82-
print(e)
82+
print("IMPORT ERROR" + str(e))
8383
_HAS_MPL = False
8484

8585
_LOGGER = logging.getLogger(__name__)

0 commit comments

Comments
 (0)