The watcher.applier.actions.nop Module

class watcher.applier.actions.nop.Nop(config, osc=None)[source]

Bases: watcher.applier.actions.base.BaseAction

logs a message

The action schema is:

schema = Schema({
 'message': str,
})

The message is the actual message that will be logged.

execute()[source]
post_condition()[source]
pre_condition()[source]
revert()[source]

Previous topic

The watcher.applier.actions.migration Module

Next topic

The watcher.applier.actions.sleep Module

Project Source

This Page