Skip to content

Commit

Permalink
extra unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
guidocalvano committed Feb 11, 2011
1 parent face161 commit 14dc314
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vcard/models.py
Expand Up @@ -330,7 +330,7 @@ def fromVObject( cls, vObject ):
if( property.name.upper() == "CATEGORIES" ):
try:

for catVal in property.value
for catVal in property.value:

category = Category()

Expand Down

0 comments on commit 14dc314

Please sign in to comment.