Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug: AttributeError: 'ResticBackup' object has no attribute 'state' #53

Closed
sbancal opened this issue Nov 30, 2022 · 0 comments · Fixed by #54, #70, #73, #74 or #75
Closed

bug: AttributeError: 'ResticBackup' object has no attribute 'state' #53

sbancal opened this issue Nov 30, 2022 · 0 comments · Fixed by #54, #70, #73, #74 or #75
Assignees
Labels
bug Something isn't working

Comments

@sbancal
Copy link
Contributor

sbancal commented Nov 30, 2022

Testing ENACrestic raise the following error

Nov 30 17:17:56 enacvm0086 poetry[5002]: Traceback (most recent call last):
Nov 30 17:17:56 enacvm0086 poetry[5002]: File "/root/ENACrestic/src/enacrestic/restic_backup.py", line 179, in _handle_stderr
Nov 30 17:17:56 enacvm0086 poetry[5002]: if self.state.current_operation in (
Nov 30 17:17:56 enacvm0086 poetry[5002]: AttributeError: 'ResticBackup' object has no attribute 'state'

@sbancal sbancal added the bug Something isn't working label Nov 30, 2022
@sbancal sbancal self-assigned this Nov 30, 2022
sbancal added a commit that referenced this issue Nov 30, 2022
@sbancal sbancal linked a pull request Nov 30, 2022 that will close this issue
sbancal added a commit that referenced this issue Nov 30, 2022
This was referenced Feb 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment