-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(export): export even if dag contains missing viz referernce
Export has been failing with 'merkledag: not found' thanks to the common culprit of ds.Viz.RenderedPath not being stored within the underlying dag. To properly fix this, we should instead fix & test the renderedPath problem, but many datasets have been created with this issue already. This commit supresses the error generated by referencing a path not found in ds.Viz.RenderedPath, which has the effect of fixing export. closes #1161
- Loading branch information
Showing
1 changed file
with
24 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters