Skip to content

Commit

Permalink
[FIX]CLI fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
bizzappdev committed Mar 8, 2021
1 parent 6932a67 commit 1ec36fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion connector_magento/components/backend_adapter.py
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ def delete(self, external_id):

def _call(self, method, arguments=None, http_method=None, storeview=None):
try:
magento_api = getattr(self.work, "magento_api") # noqa: E231
magento_api = getattr(self.work, "magento_api") # noqa: B009
except AttributeError:
raise AttributeError(
"You must provide a magento_api attribute with a "
Expand Down

0 comments on commit 1ec36fd

Please sign in to comment.