Open Bug 1853921 Opened 1 year ago Updated 1 year ago

`Subprocess.call()` does not properly quote empty command arguments on Windows

Categories

(Toolkit :: Async Tooling, defect, P3)

defect

Tracking

()

People

(Reporter: saschanaz, Unassigned)

References

Details

The current quoteString is not enough to process empty arguments, it should emit "\"\"" but instead emits empty string, which later is joined with other strings here.

Severity: -- → S3
Priority: -- → P3
You need to log in before you can comment on or make changes to this bug.