[python-arrayfire] 74/250: Missing return

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Mon Mar 28 22:59:33 UTC 2016


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

ghisvail-guest pushed a commit to branch debian/master
in repository python-arrayfire.

commit e8a5ad79cfc062577840227b9e4a819974259875
Author: Filipe Maia <filipe.c.maia at gmail.com>
Date:   Sun Aug 30 19:31:09 2015 +0200

    Missing return
---
 arrayfire/data.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arrayfire/data.py b/arrayfire/data.py
index ef769b9..ad7bb6e 100644
--- a/arrayfire/data.py
+++ b/arrayfire/data.py
@@ -128,6 +128,7 @@ def join(dim, first, second, third=None, fourth=None):
             num+=1
 
         safe_call(clib.af_join_many(ct.pointer(out.arr), dim, num, ct.pointer(ct.c_array_vec)))
+    return out
 
 
 def tile(a, d0, d1=1, d2=1, d3=1):

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/python-arrayfire.git



More information about the debian-science-commits mailing list