Skip to content

Commit

Permalink
Pull request #15: CAD-1187 correct a typo in the code
Browse files Browse the repository at this point in the history
Merge in SITC/adobe-reports from bugfix/CAD-1187-clone-active-assets-report-fails-with-cost-error to master

Squashed commit of the following:

commit 9de1078579f533fda554c52456280964baf75c84
Author: David Franco <david.franco@cloublue.com>
Date:   Mon Aug 28 11:41:43 2023 +0200

    CAD-1187 correct a typo in the code
  • Loading branch information
David Franco authored and David Franco committed Aug 28, 2023
1 parent 3eb975c commit 78650a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reports/assets/entrypoint.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ def _get_marketplace_params(client, asset):
except:
currency = {
'cost': "0.0",
'resseller_cost': "0.0",
'reseller_cost': "0.0",
'msrp': "0.0"
}
return currency
Expand Down

0 comments on commit 78650a0

Please sign in to comment.