nova-scheduled-jobs icon indicating copy to clipboard operation
nova-scheduled-jobs copied to clipboard

fix InvalidArgumentException

Open hvdvegt opened this issue 4 years ago • 1 comments

An InvalidArgumentException is thrown when using exec in a schedule. This PR catches this exception and returns event description when an exception is thrown, instead of an empty string.

hvdvegt avatar Sep 30 '20 12:09 hvdvegt

@hvdvegt Can you add a test for this use case?

llaski avatar Sep 30 '20 17:09 llaski