snakemake / snakemake-workflow-catalog

A statically generated catalog of available Snakemake workflows
https://snakemake.github.io/snakemake-workflow-catalog
MIT License
31 stars 11 forks source link

Yaml exception handling #8

Closed nikostr closed 3 years ago

nikostr commented 3 years ago

Hey, I just noticed that the action has been crashing for the last week. Today it seems to be a ConnectTimeout, but previously it has been a ScannerError when reading poorly formatted yaml. This PR fixes the latter issue - I'm unable to reproduce the former locally.

johanneskoester commented 3 years ago

Sorry, missed your PR. The same fix is now in e4474192585708df65534a6059dff900deff0bf3. Nevertheless, thanks a lot!