[med-svn] [python-mne] 324/353: Fixed indentation error

Yaroslav Halchenko debian at onerussian.com
Fri Nov 27 17:25:25 UTC 2015


This is an automated email from the git hooks/post-receive script.

yoh pushed a commit to tag 0.4
in repository python-mne.

commit bda8a2d16db428b88ff14c3b4278fbcf82537ac2
Author: Brad Buran <bburan at alum.mit.edu>
Date:   Sun Jul 29 18:04:51 2012 -0400

    Fixed indentation error
---
 mne/parallel.py | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/mne/parallel.py b/mne/parallel.py
index a2ce7b9..6c04f26 100644
--- a/mne/parallel.py
+++ b/mne/parallel.py
@@ -39,8 +39,7 @@ def parallel_func(func, n_jobs, verbose=5):
             n_jobs = 1
             my_func = func
             parallel = list
-
-        return parallel, my_func, n_jobs
+            return parallel, my_func, n_jobs
 
     parallel = Parallel(n_jobs, verbose=verbose)
     my_func = delayed(func)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/python-mne.git



More information about the debian-med-commit mailing list