Commit Graph

1 Commits (ca54b7b26d2f3d1d4147f1cb6ac07ecfe7f5b3fb)

Author SHA1 Message Date
Felix Fontein 50a673f9e7
normal action plugin: remove superfluous code (#79690)
* Remove obsolete 'if'

The result dict returned by super.run() will never have a 'skipped' entry.
Without the if, it is more clear that wrap_async is actually defined at the end of the function.

* Remove more dead code.

The result dict will also not contain invocation.

* Remove notes.
2 years ago