Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Jobs with no input files fail to stage data #208

Open
johnbradley opened this issue Jun 17, 2019 · 0 comments
Open

Jobs with no input files fail to stage data #208

johnbradley opened this issue Jun 17, 2019 · 0 comments

Comments

@johnbradley
Copy link
Collaborator

On the dev server we have a workflow that doesn't stage any input files called word-count.
This workflow fails during staging with the following error:

Traceback (most recent call last):
  File "/usr/local/lib/python3.5/dist-packages/lando/worker/worker.py", line 170, in run
    self.func(paths, names, self.payload)
  File "/usr/local/lib/python3.5/dist-packages/lando/worker/worker.py", line 39, in stage_files
    single_user_id = self.get_single_dds_user_id(payload.input_files)
  File "/usr/local/lib/python3.5/dist-packages/lando/worker/worker.py", line 56, in get_single_dds_user_id
    raise ValueError("ERROR: No user_id found in input files.")
ValueError: ERROR: No user_id found in input files.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant