The following commit has been merged in the master branch:
commit 8d8f84a99b79c287a917e2ff3ace19356714cb3e
Author: Andreas Tille <[email protected]>
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
_______________________________________________
Blends-commit mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/blends-commit