Skip to content

Commit

Permalink
Fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
untitaker committed Jan 1, 2015
1 parent fb50f44 commit f7cd0a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vdirsyncer/storage/singlefile.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def __init__(self, path, encoding='utf-8', **kwargs):
def create_collection(cls, collection, **kwargs):
if collection is not None:
raise ValueError('collection is not a valid argument for {}'
.format(type(self).__name__))
.format(cls.__name__))

checkfile(kwargs['path'], create=True)
return kwargs
Expand Down

0 comments on commit f7cd0a1

Please sign in to comment.