From 8f9505d347a45cf8d5a35b389fd81ac581c380d5 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Tue, 19 May 2009 08:59:27 +0000 Subject: [PATCH] fix --- plc-orphan-accounts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plc-orphan-accounts.py b/plc-orphan-accounts.py index f688015..2c8189b 100755 --- a/plc-orphan-accounts.py +++ b/plc-orphan-accounts.py @@ -26,7 +26,7 @@ def main (): list_person ("%3d"%index,p) for related in get_related(p['email']): list_person("---",related) - index++ + index+=1 if __name__ == '__main__': main() -- 2.43.0