Skip to content

Commit

Permalink
Merge eb4f569 into 54447a9
Browse files Browse the repository at this point in the history
  • Loading branch information
akariv committed Nov 22, 2018
2 parents 54447a9 + eb4f569 commit e75677a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dataflows/processors/dumpers/file_formats.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ def __init__(self, file, schema, use_titles=False):
def prepare_resource(cls, resource):
descriptor = resource.descriptor
descriptor['encoding'] = 'utf-8'
basename, _ = os.path.splitext(resource.source)
basename, _ = os.path.splitext(descriptor['path'])
descriptor['path'] = basename + '.csv'
descriptor['format'] = 'csv'
descriptor['dialect'] = dict(
Expand Down

0 comments on commit e75677a

Please sign in to comment.