From 47e0794d2d6bc11e5c891e42411506ee9162eaa5 Mon Sep 17 00:00:00 2001 From: Michael Schroeder Date: Thu, 6 Dec 2012 19:43:56 +0100 Subject: cosmetics: print number of problems in examples --- examples/pysolv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/pysolv') diff --git a/examples/pysolv b/examples/pysolv index b6b58ec..d7fc9bd 100755 --- a/examples/pysolv +++ b/examples/pysolv @@ -762,7 +762,7 @@ while True: if not problems: break for problem in problems: - print "Problem %d:" % problem.id + print "Problem %d/%d:" % (problem.id, len(problems)) r = problem.findproblemrule() ri = r.info() print ri.problemstr() -- cgit v1.2.3