Skip to content
Snippets Groups Projects
Commit e32b7170 authored by George Marchment's avatar George Marchment
Browse files

fi bug

parent 258b9f3e
No related branches found
No related tags found
No related merge requests found
Pipeline #13204 passed with stages
in 1 minute and 28 seconds
......@@ -5,7 +5,7 @@ from src.workflow import Workflow
@click.command()
@click.argument('main_workflow_path')
@click.option('--author', 'author', required=False, help='Author name, extracted otherwise')
#@click.option('--author', 'author', required=False, help='Author name, extracted otherwise')
@click.option('--name', 'name', required=False, help='Workflow name, extracted otherwise')
@click.option('--output-dir', default='./results', help='Where the results will be written')
@click.option(
......
......@@ -9,7 +9,7 @@ import json
class Workflow:
def __init__(self, file, duplicate=False, display_info=True,
def __init__(self, file, duplicate=False, display_info=True, output_dir = './results',
name = None, datePublished=None, description=None,
license = None, creativeWorkStatus = None, authors = None,
version = None, keywords = None, producer = None,
......
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