Skip to content

Commit

Permalink
fix faulty python
Browse files Browse the repository at this point in the history
  • Loading branch information
johanneswilm committed Oct 5, 2016
1 parent 4a91cd8 commit dc73523
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fixturemedia/management/commands/dumpdata.py
Expand Up @@ -50,7 +50,7 @@ def save_images_for_signal(self, sender, **kwargs):
with open(target_path, 'wb') as out_file:
out_file.write(file_contents)

sdef set_up_serializer(self, ser_format):
def set_up_serializer(self, ser_format):
try:
super_serializer = django.core.serializers.get_serializer(
ser_format)
Expand Down

0 comments on commit dc73523

Please sign in to comment.