annexi-strayline / AURA

The AURA Reference Implementation
BSD 3-Clause "New" or "Revised" License
22 stars 0 forks source link

When a subsystem check-out fails, ensure a subdirectory is not created. #3

Closed Richard-Wai closed 1 year ago

Richard-Wai commented 3 years ago

Sometimes if a subsystem checkout fails, the subdirectory for the subsystem is still created in the project root. This will lead AURA to falsely think on subsequent runs that the subsystem has been checked-out.

AURA should avoid creating a subdirectory if a checkout fails.

Richard-Wai commented 1 year ago

This appears to have been an issue due to external factors. No such bug appears to exist in AURA CLI.