-
Notifications
You must be signed in to change notification settings - Fork 192
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Process
: raise when exposed_outputs
gets non-existing namespace
Up till now, a call to `exposed_outputs` providing a `namespace` as argument that doesn't exist, i.e., no outputs were ever exposed in that namespace, would simply be a no-op. Given that this would often be because the namespace was accidentally misspelled, the error would go unnoticed and the process would finish without error message. To prevent this situation that is difficult to debug, the method will now raise a `KeyError` if the top-level namespace does not exist.
- Loading branch information
Showing
2 changed files
with
45 additions
and
0 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
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