aws-samples/aws-modern-application-workshop

please fix mysfitsTableClient.py when updating to python3

Opened this issue · 0 comments

I checked to update python3 issue and PullRequest.
#211
#218

When update python3, mysfitsTableClient.py occured error below.

File "/MythicalMysfitsService/mysfitsTableClient.py", line 104
print 'filter is '+args.filter

please fix print method(add
brackets).