We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 893d547 commit e2b60cfCopy full SHA for e2b60cf
Content/Scripts/upycmd.py
@@ -37,6 +37,8 @@ def PythonProjectScriptPath():
37
relativePath = PythonPluginScriptPath() + "/../../../../Content/Scripts";
38
return os.path.abspath(relativePath);
39
40
+def AsAbsPath(path):
41
+ return os.path.abspath(path)
42
43
_PythonHomePath = PythonHomePath()
44
0 commit comments