-
Notifications
You must be signed in to change notification settings - Fork 67
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
[BUG] global dir value is not used for ERC/DRC outputs #292
Comments
Technically not a bug, preflights aren't outputs (mushrooms aren't plants ;-) |
@set-soft I'm now getting the following errors when running the ERC/DRC:
Debug output isn't giving me anything more helpful:
The ERC/DRC seems to be running correctly (I see the reports in the output dir) and there are zero violations. Any idea what might be causing this? |
Oops! I forgot to remove them. Now fixed. |
Describe the bug
The documentation for the default
dir
global option says:I assumed that the
*drc.txt
&*erc.txt
outputs would use this value, i.e. the path to these reports would be:OUT_DIR
/dir
/*drc.txt
However, it appears that these outputs ignore the default
dir
global option and are output in:OUT_DIR
/*drc.txt
Expected behavior
I expected the ERC/DRC reports to be output in the
dir
path.Environment (please complete the following information):
Where are you running KiBot:
kicad_auto:dev_k6
The text was updated successfully, but these errors were encountered: