Skip to content

Commit ced2c63

Browse files
authored
remove trailing ,
1 parent 083609d commit ced2c63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platform.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def install_tool(TOOL):
7474
if not os.path.exists(join(TOOLS_PATH_DEFAULT, "tools", TOOL, "package.json")):
7575
shutil.copyfile(TOOL_PACKAGE_PATH, join(TOOLS_PATH_DEFAULT, "tools", TOOL, "package.json"))
7676
self.packages.pop(TOOL, None)
77-
if os.path.exists(TOOL_PATH,) and os.path.isdir(TOOL_PATH):
77+
if os.path.exists(TOOL_PATH) and os.path.isdir(TOOL_PATH):
7878
try:
7979
shutil.rmtree(TOOL_PATH)
8080
except Exception as e:

0 commit comments

Comments
 (0)