Ticket Hash: | 2c565a39d9faf823c50dd137ea49c2906ed16268 | ||
Title: | os8-run cpto /A option breaks script | ||
Status: | Closed | Type: | Code Defect |
Severity: | Minor | Priority: | High |
Subsystem: | os8-run | Resolution: | Fixed |
Last Modified: |
2020-07-10 17:51:54 4.98 years ago |
Created: |
2020-06-14 23:14:11 5.05 years ago |
Version Found In: |
User Comments: | ||||
tangent added on 2020-06-14 23:14:11:
The os8-run manual claims you can add /A to the end of a
Note the missing file in the command to PIP. For this case, it should be like:
The simple workaround is to remove the tangent added on 2020-06-15 00:14:21: Does this commit address this bug? poetnerd added on 2020-06-15 01:47:35: Yes. Not a bug per-se, but a failure to adequately document the requirement that the option be preceded with whitespace. tangent added on 2020-07-10 17:51:54: Fixed by documentation in 02b6db5df2. |