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

Popen Error in utils.reboot_check() #32

Closed
JustinTimperio opened this issue Sep 12, 2020 · 2 comments
Closed

Popen Error in utils.reboot_check() #32

JustinTimperio opened this issue Sep 12, 2020 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@JustinTimperio
Copy link
Owner

Describe the Bug:
Failure during downgrade.

Output of Command

Traceback (most recent call last):
  File "/usr/bin/pacback", line 134, in <module>
    restore.restore_point(config, args.restore_point)
  File "/usr/share/pacback/core/restore.py", line 182, in restore_point
    utils.reboot_check(config)
  File "/usr/share/pacback/core/utils.py", line 298, in reboot_check
    if raw[0].strip() != raw[1].strip():
TypeError: 'Popen' object is not subscriptable

Machine (please fill in the following information):

  • Install Type: (both)
@JustinTimperio JustinTimperio added the bug Something isn't working label Sep 12, 2020
@JustinTimperio JustinTimperio self-assigned this Sep 12, 2020
@JustinTimperio
Copy link
Owner Author

JustinTimperio commented Sep 12, 2020

Effects:
Version - 2.0.1
Version - 2.0.2
Version - 2.0.3-0

JustinTimperio added a commit that referenced this issue Sep 12, 2020
@JustinTimperio
Copy link
Owner Author

Patched by:
pacback-git >= r116.acbb480
pacback >= 2.0.3-1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant