threefoldtecharchive / jumpscaleX_libs_extra

more community driven approach to libs for jumpscale
Apache License 2.0
1 stars 1 forks source link

memusagetest object can't be called #11

Closed john-kheir closed 4 years ago

john-kheir commented 4 years ago

Error

JSX> j.tools.memusagetest                                                                       
Tue 18 10:01:14 etest/Coordinator.py -   7 - Coordinator                        : EXCEPTION: 
    NameError("name '__jslocation__' is not defined",)
--TRACEBACK------------------
<stdin> in <module>
    1    
/sandbox/lib/jumpscale/jumpscale_generated.py in memusagetest
    127    from JumpscaleLibs.tools.memusagetest.MemUsageTest import MemUsageTest
/sandbox/lib/jumpscale/JumpscaleLibs/tools/memusagetest/MemUsageTest.py in <module>
    4    from .Coordinator import Coordinator
/sandbox/lib/jumpscale/JumpscaleLibs/tools/memusagetest/Coordinator.py in <module>
    6    class Coordinator(j.baseclasses.object):
/sandbox/lib/jumpscale/JumpscaleLibs/tools/memusagetest/Coordinator.py in Coordinator
    7    __jslocation__.replace("j.world.", "")
-----------------------------

name '__jslocation__' is not defined
john-kheir commented 4 years ago

moved to https://github.com/threefoldtech/jumpscaleX_libs/issues/97