threefoldtecharchive / jumpscaleX_builders

Apache License 2.0
1 stars 0 forks source link

odoo builder fail #50

Closed Dinaamagdy closed 4 years ago

Dinaamagdy commented 4 years ago
Wed 05 11:24:44 /BuilderBaseClass.py - 193 - wrapper_action                     : EXCEPTION: 
    UnboundLocalError("local variable 'res' referenced before assignment",)
--TRACEBACK------------------
<stdin> in <module>
    1    
/sandbox/lib/jumpscale/Jumpscale/core/BASECLASSES/BuilderBaseClass.py in wrapper_action
    193    return res
-----------------------------

local variable 'res' referenced before assignment
ahsayde commented 4 years ago

fixed by this commit https://github.com/threefoldtech/jumpscaleX_core/commit/0db2111a41ff5886204f796b80697b85e7c45d10

Dina-Abd-Elrahman commented 4 years ago