Skip to main content

redo

Method
This is a method of the Agent class in the agent module.
Redo a previously undone set of file changes. Re-applies file changes that were reverted by :meth:undo.

Signature

Returns

bool
True if redo was successful, False if nothing to redo.

Uses

  • get_current_hash
  • restore
  • logger.debug

Source

View on GitHub

praisonaiagents/agent/agent.py at line 3477