On Mon, Sep 28, 2020 at 07:31:28PM +0800, Wu Fengguang wrote:
- `.yaml` and `.yml` can both match.
jobs = Dir[idle_job_path + "*.y{a,}ml"]
if Path[job].basename =~ /^multi-qemu\.ya?ml/i
Better match only yaml. That code is not gg friendly. It can be more clean to keep consistent rule in one project.
Got it.
Thanks, RenWen
Thanks, Fengguang