wesbarnett / snap-pac

Pacman hooks that use snapper to create pre/post btrfs snapshots like openSUSE's YaST
GNU General Public License v2.0
183 stars 14 forks source link

SyntaxError: invalid syntax Snapper Fails with syntax error in snap-pac #52

Closed 6thstring closed 2 years ago

6thstring commented 2 years ago

:: Running pre-transaction hooks... (1/1) Performing snapper pre snapshots for the following configurations... File "/usr/share/libalpm/scripts/snap-pac", line 40 f"--config {config} create", ^ SyntaxError: invalid syntax error: command failed to execute correctly error: failed to commit transaction (failed to run transaction hooks)

To Reproduce Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior A clear and concise description of what you expected to happen.

Additional context Checking available disk space... [1/1] File "/usr/share/libalpm/scripts/snap-pac", line 41 f"--cleanup-algorithm {cleanup_algorithm}", ^ SyntaxError: invalid syntax Error: command failed to execute correctly Error: Failed to commit transaction: failed to run transaction hook

garuda-inxi-output.txt

wesbarnett commented 2 years ago

Looks like you're running an old version of Python? What version? What OS?

wesbarnett commented 2 years ago

Stale