Skip to content

Commit

Permalink
v0.3.1 Fix file permissions by dump.to_path
Browse files Browse the repository at this point in the history
  • Loading branch information
akariv committed Aug 23, 2021
1 parent 9e77054 commit 5c04422
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions PROCESSORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,7 @@ def dump_to_path(out_path='.',
- `options` - Format specific options. At the moment, only relevant to the Excel format:
- `sheetname` - Provide the name of the sheet that will be used when creating the Excel file (otherwise will use the resource name)
- `update_existing` - Instead of creating a new file, update the file specified by this option (needs to be a string path to the excel file).
If the file does not exist, it will be created in this location.
If a sheet with the same name exists, it will be removed and re-added.

#### dump_to_zip
Expand Down
2 changes: 1 addition & 1 deletion dataflows/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.3.0
0.3.1

0 comments on commit 5c04422

Please sign in to comment.