<div dir="ltr">Hi,<div><br></div><div>can someone please commit this[1] diff to trunk. The current code doesn't count with parameters of the function.</div><div><br></div><div>thanks </div><div>Matej</div><div><br></div><div><br></div><div>[1]</div><div><div>Index: lib/python/pygrass/utils.py</div><div>===================================================================</div><div>--- lib/python/pygrass/utils.py<span class="" style="white-space:pre"> </span>(revision 66629)</div><div>+++ lib/python/pygrass/utils.py<span class="" style="white-space:pre">    </span>(working copy)</div><div>@@ -313,7 +313,7 @@</div><div>     pathlib = os.path.join(path, dirname)</div><div>     if os.path.exists(pathlib):</div><div>         # we are running the script from the script directory</div><div>-        sys.path.append(os.path.abspath(path))</div><div>+        sys.path.append(os.path.abspath(pathlib))</div><div>     else:</div><div>         # running from GRASS GIS session</div><div>         path = get_lib_path(modulename, dirname)</div></div><div><br></div></div>