Skip to content

Commit

Permalink
v0.0.71 Fix botched release
Browse files Browse the repository at this point in the history
  • Loading branch information
akariv committed Feb 20, 2020
1 parent b4f42f1 commit 88f1c03
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion dataflows/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.70
0.0.71
1 change: 0 additions & 1 deletion dataflows/processors/load.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,6 @@ def safe_process_datapackage(self, dp: Package):

# Loading from datapackage:
if os.path.basename(self.load_source) == 'datapackage.json' or self.options.get('format') == 'datapackage':
self.options.pop('format')
self.load_dp = Package(self.load_source)
resource_matcher = ResourceMatcher(self.resources, self.load_dp)
for resource in self.load_dp.resources:
Expand Down

0 comments on commit 88f1c03

Please sign in to comment.