aboutsummaryrefslogtreecommitdiff
path: root/bugzilla_fetch.py
diff options
context:
space:
mode:
authorKelley Spoon <kelley.spoon@ip-172-30-0-252.ec2.internal>2018-06-13 23:41:18 +0000
committerKelley Spoon <kelley.spoon@ip-172-30-0-252.ec2.internal>2018-06-13 23:41:18 +0000
commit76a5e49d861c653e139d60946023933a4efb7ebc (patch)
tree8c5e52752269ff1c0aa0fa0c7a50dbc9801880d6 /bugzilla_fetch.py
parentd5b3ab408dbd19554fed1a0383deaf7ea9988b53 (diff)
phabtools: initial commit with linaro customizationslinaro
Diffstat (limited to 'bugzilla_fetch.py')
-rwxr-xr-xbugzilla_fetch.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/bugzilla_fetch.py b/bugzilla_fetch.py
index 2ba2d9d..501bb5b 100755
--- a/bugzilla_fetch.py
+++ b/bugzilla_fetch.py
@@ -119,6 +119,7 @@ def run_fetch(bugid, tries=1):
def main():
bugs = return_bug_list()
+
from multiprocessing import Pool
pool = Pool(processes=int(config.bz_fetchmulti))
_ = pool.map(run_fetch, bugs)