Closed GergelyKalmar closed 3 years ago
The following line contains a syntax error in Python 3:
https://github.com/awslabs/aws-glue-libs/blob/master/awsglue/dynamicframe.py#L119
The print statement should be replaced with the print function.
Use glue-1 och glue-3 branch. Master is python 2.
Ah, okay! Thank you, that should work.
The following line contains a syntax error in Python 3:
https://github.com/awslabs/aws-glue-libs/blob/master/awsglue/dynamicframe.py#L119
The print statement should be replaced with the print function.