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

Slight bug in local dynamic list documentation #88

Closed
mcuma opened this issue Jul 10, 2018 · 0 comments
Closed

Slight bug in local dynamic list documentation #88

mcuma opened this issue Jul 10, 2018 · 0 comments
Assignees

Comments

@mcuma
Copy link

mcuma commented Jul 10, 2018

I am too lazy to do pull request, so, I report this small error this way.

In https://osc.github.io/ood-documentation/master/app-development/tutorials-interactive-apps/add-custom-queue/local-dynamic-list.html, section 4, the code should be
...
output, status = Open3.capture2e(cmd)
if status.success?
queues = output.split("\n").map(&:strip).reject(&:blank?).sort
else
...
not
...
queues = out.split("\n").map(&:strip).reject(&:blank?).sort
...

MorganRodgers added a commit that referenced this issue Jul 11, 2018
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

4 participants