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

uci batch stderr problem #3

Open
systemcrash opened this issue Jan 18, 2024 · 0 comments
Open

uci batch stderr problem #3

systemcrash opened this issue Jan 18, 2024 · 0 comments

Comments

@systemcrash
Copy link

Minor bug, but when running batch commands, some iterator seems to affect stderr:

uci: Entry not found
uci: Entry not found

uci: Entry not found


uci: Entry not found



uci: Entry not found




uci: Entry not found





uci: Entry not found






uci: Entry not found







Note that the amount of empty lines corresponds to which iteration uci is currently on.

for commands such as:

uci batch << EOI
get something.@something[0].somekey
get something.@something[1].somekey
get something.@something[2].somekey
get something.@something[3].somekey
get something.@something[4].somekey
get something.@something[5].somekey
get something.@something[6].somekey
get something.@something[7].somekey
get something.@something[8].somekey
get something.@something[9].somekey
EOI
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