[diffoscope] 01/01: Fix syntax

Mattia Rizzolo mattia at debian.org
Fri Dec 9 17:03:38 CET 2016


This is an automated email from the git hooks/post-receive script.

mattia pushed a commit to branch master
in repository diffoscope.

commit eb7863ac2dfd1a05395832bdb381811c3664ef19
Author: Mattia Rizzolo <mattia at debian.org>
Date:   Fri Dec 9 17:03:24 2016 +0100

    Fix syntax
    
    Gbp-Dch: Ignore
---
 diffoscope/main.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/diffoscope/main.py b/diffoscope/main.py
index 8e6e304..788aeb9 100644
--- a/diffoscope/main.py
+++ b/diffoscope/main.py
@@ -243,7 +243,7 @@ def run_diffoscope(parsed_args):
         parsed_args.text_output = "-"
     logger.debug('Starting comparison')
     ProgressManager().setup(parsed_args)
-    with Progress(1);
+    with Progress(1):
         difference = diffoscope.comparators.compare_root_paths(
             parsed_args.path1, parsed_args.path2)
     ProgressManager().finish()

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/diffoscope.git


More information about the diffoscope mailing list