|
|
|
@ -63,7 +63,7 @@ def relcurdir(path):
@@ -63,7 +63,7 @@ def relcurdir(path):
|
|
|
|
|
|
|
|
|
|
def reltopdir(path): |
|
|
|
|
"""Return a path relative to topdir().""" |
|
|
|
|
return os.path.relpath(path, topdir()) |
|
|
|
|
return os.path.normpath(os.path.join(topdir(), path)) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
def run_cmd(cmd, directory=".", show=True, output=False, checkfail=True): |
|
|
|
|