X-Git-Url: https://arthur.barton.de/gitweb/?a=blobdiff_plain;f=cmd%2Fget-cmd.py;h=c2fc547112361d8010226bd2f5ec7043950e366a;hb=ab051b4620832ef8e2b4dd134b1b61241f53814e;hp=809464d617111164cabb3d7527f30af90a8b6c2d;hpb=3c57e31f68b3e68bf7053a628fcfd7ccccf217cd;p=bup.git diff --git a/cmd/get-cmd.py b/cmd/get-cmd.py index 809464d..c2fc547 100755 --- a/cmd/get-cmd.py +++ b/cmd/get-cmd.py @@ -586,9 +586,6 @@ def main(): with dest_repo as dest_repo: with LocalRepo(repo_dir=src_dir) as src_repo: with dest_repo.new_packwriter(compression_level=opt.compress) as writer: - - src_repo = LocalRepo(repo_dir=src_dir) - # Resolve and validate all sources and destinations, # implicit or explicit, and do it up-front, so we can # fail before we start writing (for any obviously