Skip to content

Commit

Permalink
new save suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Apr 1, 2016
1 parent ef9c4b4 commit abb83ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/budy/models/product.py
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ def simple_csv_url(cls, absolute = False):
("Collection", "collection", str),
)
)
def apply_collection(self, collection):
def apply_collection_s(self, collection):
from . import collection as _collection
collection = _collection.Collection.get(name = collection)
self.collections.append(collection)
Expand Down

0 comments on commit abb83ac

Please sign in to comment.