summaryrefslogtreecommitdiffstats
path: root/subcmds/forall.py
diff options
context:
space:
mode:
Diffstat (limited to 'subcmds/forall.py')
-rw-r--r--subcmds/forall.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/subcmds/forall.py b/subcmds/forall.py
index c5864336..ef11851b 100644
--- a/subcmds/forall.py
+++ b/subcmds/forall.py
@@ -280,7 +280,6 @@ without iterating through the remaining projects.
280 280
281class WorkerKeyboardInterrupt(Exception): 281class WorkerKeyboardInterrupt(Exception):
282 """ Keyboard interrupt exception for worker processes. """ 282 """ Keyboard interrupt exception for worker processes. """
283 pass
284 283
285 284
286def InitWorker(): 285def InitWorker():