Skip to content

Commit e2b60cf

Browse files
committed
add convenience function
1 parent 893d547 commit e2b60cf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Content/Scripts/upycmd.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ def PythonProjectScriptPath():
3737
relativePath = PythonPluginScriptPath() + "/../../../../Content/Scripts";
3838
return os.path.abspath(relativePath);
3939

40+
def AsAbsPath(path):
41+
return os.path.abspath(path)
4042

4143
_PythonHomePath = PythonHomePath()
4244

0 commit comments

Comments
 (0)