summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2015-08-29 12:48:53 +0300
committerLars Wirzenius <liw@liw.fi>2015-08-29 12:48:53 +0300
commit1e0c8e13f1a87a04d8ef0e015d986b43752195b9 (patch)
tree0bf9a519d2ed7948618b2d40eaf8c532d08982a0
parent7b75aa003c004e7211c96e7a539954a57dc59bb7 (diff)
downloadobnam-1e0c8e13f1a87a04d8ef0e015d986b43752195b9.tar.gz
Fix indentation problems
-rw-r--r--obnamlib/plugins/verify_plugin.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/obnamlib/plugins/verify_plugin.py b/obnamlib/plugins/verify_plugin.py
index 9662aee2..cd5a8867 100644
--- a/obnamlib/plugins/verify_plugin.py
+++ b/obnamlib/plugins/verify_plugin.py
@@ -95,10 +95,10 @@ class VerifyPlugin(obnamlib.ObnamPlugin):
if num_randomly == 0:
self.app.ts['total'] = \
self.repo.get_generation_key(
- gen_id, obnamlib.REPO_GENERATION_FILE_COUNT)
+ gen_id, obnamlib.REPO_GENERATION_FILE_COUNT)
self.app.ts['total_bytes'] = \
self.repo.get_generation_key(
- gen_id, obnamlib.REPO_GENERATION_TOTAL_DATA)
+ gen_id, obnamlib.REPO_GENERATION_TOTAL_DATA)
for filename in self.walk(gen_id, args):
self.app.ts['filename'] = filename
try: