Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 6896e2f

Browse files
committedMay 30, 2019
testing variants
1 parent 16515aa commit 6896e2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎bigcommerce/api.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ def __getattr__(self, item):
6060
on the resource class?
6161
"""
6262
print 'resource class', self.resource_class
63-
print 'item', self.item
63+
print 'item', item
6464
return lambda *args, **kwargs: (getattr(self.resource_class, item))(*args, connection=self.connection, **kwargs)
6565

6666
@classmethod

0 commit comments

Comments
 (0)
Please sign in to comment.