Skip to content

Attribute error from runner.py #19

@yangpy88

Description

@yangpy88

Dear all,

I got an attribute error saying "'Dummy' object has no attribute 'wait'" from "openfast_toolbox/case_generation/runner.py", line 69. The code there is p.wait(). It seems like if I set
parallel=False for function run_fastfiles, it would lead to wait=True in function run_cmd. Then p=Dummy() is applied, but there is nothing in this class, and wait() is also not defined before the end of the function. Is this a bug or a mistake from myself? What is the purpose of defining wait() ? Thanks!

Kind regards

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions