Skip to content

Commit bf1a15f

Browse files
debug win import
1 parent dd285f6 commit bf1a15f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/aws_encryption_sdk/streaming_client.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,8 @@
7676
# Import internal ESDK modules that depend on the MPL
7777
from aws_encryption_sdk.materials_managers.mpl.cmm import CryptoMaterialsManagerFromMPL
7878

79-
except ImportError:
79+
except ImportError as e:
80+
print("streamingerror" + e)
8081
_HAS_MPL = False
8182

8283
_LOGGER = logging.getLogger(__name__)

0 commit comments

Comments
 (0)