You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the current implementation, an exception prevention for empty string("") commands is required.
If an empty string is passed, the shlex function returns an empty list, causing an unpacking error when trying to unpack into one or more return variables. (at L63)
In the current implementation, an exception prevention for empty string("") commands is required.
If an empty string is passed, the shlex function returns an empty list, causing an unpacking error when trying to unpack into one or more return variables. (at L63)
pr-agent/pr_agent/agent/pr_agent.py
Lines 54 to 66 in c4dc263
This can happen if an empty string is set in .pr_agent.toml like this
Thank you for developing this amazing project.
The text was updated successfully, but these errors were encountered: