[Blends-commit] [SCM] website branch, master, updated. 083b3628d73f6aa143746b8c7dc5203ed9ab23c8
Andreas Tille
tille at debian.org
Sun Feb 11 16:27:47 UTC 2018
The following commit has been merged in the master branch:
commit 8d8f84a99b79c287a917e2ff3ace19356714cb3e
Author: Andreas Tille <tille at debian.org>
Date: Sun Feb 11 17:24:20 2018 +0100
Making more Python3-ish
diff --git a/misc/team_analysis_tools/count-dependencies.py b/misc/team_analysis_tools/count-dependencies.py
index a7a3c73..0e2bc3d 100755
--- a/misc/team_analysis_tools/count-dependencies.py
+++ b/misc/team_analysis_tools/count-dependencies.py
@@ -52,7 +52,7 @@ def TasksGetDrawList(tasks, checklist, avoidlist):
for t in checklist:
try:
print(t, task_last.nrecommended[t])
- except KeyError, err:
+ except KeyError as err:
continue
if task_last.nrecommended[t] < min2draw:
min2draw = task_last.nrecommended[t]
--
Static and dynamic websites for Debian Pure Blends
More information about the Blends-commit
mailing list