Skip to content
Snippets Groups Projects
Commit 0a47c268 authored by Stefano Borini's avatar Stefano Borini
Browse files

Flake and comment to push_exception_handler

parent e00c6233
No related branches found
No related tags found
1 merge request!20Use ids instead of names in bundles.
import click
from ..bdss_application import BDSSApplication
# Makes the application rethrow the exception so that it exits return code
# different from zero.
from traits.api import push_exception_handler
push_exception_handler(reraise_exceptions=True)
@click.command()
@click.option("--evaluate", is_flag=True)
@click.argument('workflow_filepath', type=click.Path(exists=True))
......
import six
def bundle_id(producer, identifier):
"""Creates an id for the bundle.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment