Sometimes when doing run -l there will be empty entries that show up in the output. This is because there are hidden files (like Vim swap-files) that run is trying to interpret.
To fix this, we can just ignore any files that aren't YAML. This is something we probably should be doing anyways.
Sometimes when doing
run -lthere will be empty entries that show up in the output. This is because there are hidden files (like Vim swap-files) thatrunis trying to interpret.To fix this, we can just ignore any files that aren't YAML. This is something we probably should be doing anyways.