Advertisement
Guest User

deja dup error

a guest
Apr 15th, 2019
311
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.01 KB | None | 0 0
  1. Traceback (innermost last):
  2. File "/usr/bin/duplicity", line 1560, in <module>
  3. with_tempdir(main)
  4. File "/usr/bin/duplicity", line 1546, in with_tempdir
  5. fn()
  6. File "/usr/bin/duplicity", line 1385, in main
  7. action = commandline.ProcessCommandLine(sys.argv[1:])
  8. File "/usr/lib/python2.7/site-packages/duplicity/commandline.py", line 1149, in ProcessCommandLine
  9. set_selection()
  10. File "/usr/lib/python2.7/site-packages/duplicity/commandline.py", line 973, in set_selection
  11. sel.ParseArgs(select_opts, select_files)
  12. File "/usr/lib/python2.7/site-packages/duplicity/selection.py", line 250, in ParseArgs
  13. self.add_selection_func(self.glob_get_sf(arg, 0))
  14. File "/usr/lib/python2.7/site-packages/duplicity/selection.py", line 434, in glob_get_sf
  15. sel_func = self.glob_get_filename_sf(glob_str, include)
  16. File "/usr/lib/python2.7/site-packages/duplicity/selection.py", line 495, in glob_get_filename_sf
  17. if filename != "/" and filename[-1] == "/":
  18. IndexError: string index out of range
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement