Prevent spoiling rollback_stack

This commit is contained in:
Mikhail f. Shiryaev 2022-08-04 00:24:43 +02:00
parent 62a05dc10d
commit ff26492830
No known key found for this signature in database
GPG Key ID: 4B02ED204C7D93F4

View File

@ -185,7 +185,7 @@ class Release:
def log_rollback(self):
if self._rollback_stack:
rollback = self._rollback_stack
rollback = self._rollback_stack.copy()
rollback.reverse()
logging.info(
"To rollback the action run the following commands:\n %s",