fui icon indicating copy to clipboard operation
fui copied to clipboard

error: undefined local variable or method `project_path' for #<Fui::Project:0x00007f9731a5c8d0>

Open awBSH opened this issue 4 years ago • 1 comments

Hello,

I am running fui with fui -v --path=src --ignore-path=src/Pods find but end up with an error error: undefined local variable or method `project_path' for #<Fui::Project:0x00007f9731a5c8d0>

What is the reason for such error and is there a workaround known?

Cheers, Andy

awBSH avatar Jan 13 '21 14:01 awBSH

Looks like a straightforward bug, https://github.com/dblock/fui/blob/6fea5ae6fcdc962b34249a60525cb2f463f387de/lib/fui/project.rb#L25 that references project_path in verbose mode that doesn't exist. Write a spec and help fix?

dblock avatar Jan 13 '21 14:01 dblock