Skip to content

Commit

Permalink
Semantic
Browse files Browse the repository at this point in the history
  • Loading branch information
barak manos committed Jun 3, 2024
1 parent 8d071bb commit 7ce4735
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastlane_bot/helpers/poolandtokens.py
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ def _carbon_to_cpc(self) -> ConstantProductCurve:
try:
cpc_list.append(ConstantProductCurve.from_carbon(**self._convert_to_float(order)))
except Exception as e:
self.ConfigObj.logger.debug(f"[_carbon_to_cpc] curve {order} error {e}")
self.ConfigObj.logger.debug(f"[_carbon_to_cpc] order {order} error {e}")
return cpc_list

def _carbon_to_cpc_dict(self) -> Tuple[Dict, bool]:
Expand Down

0 comments on commit 7ce4735

Please sign in to comment.