Merge pull request #138 from pypeclub/bugfix/collect_reviews_variable_fix

bugfix/collect reviews variable fix
This commit is contained in:
Milan Kolar 2020-05-12 16:32:25 +02:00 committed by GitHub
commit d525bfaaee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -159,7 +159,7 @@ class CollectReviews(api.InstancePlugin):
version_data.update({k: instance.data[k] for k in transfer_data})
if 'version' in instance.data:
version_data["version"] = instance.data[version]
version_data["version"] = instance.data["version"]
# add to data of representation
version_data.update({