summaryrefslogtreecommitdiff
path: root/obnam
diff options
context:
space:
mode:
authorLars Wirzenius <liw@gytha>2008-04-20 18:46:26 +0300
committerLars Wirzenius <liw@gytha>2008-04-20 18:46:26 +0300
commit08b16de551585a34618f337537981a42ee5c204a (patch)
tree14b27563202fe4ae643a9f4ceb699b47bc465a1f /obnam
parent69187a7c8d9a176f19bf1109243961cbd4cff372 (diff)
downloadobnam-08b16de551585a34618f337537981a42ee5c204a.tar.gz
Remove useless empty line.
Diffstat (limited to 'obnam')
-rw-r--r--obnam/app.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/obnam/app.py b/obnam/app.py
index 001cdd70..0b79a1f2 100644
--- a/obnam/app.py
+++ b/obnam/app.py
@@ -325,7 +325,6 @@ class Application:
filegroups, filenames = self.select_files_to_back_up(dirname,
filenames)
-
filegroups += self.make_filegroups(filenames)
filegrouprefs = [fg.get_id() for fg in filegroups]