Skip to content

Commit 3f652df

Browse files
committed
Fix python syntax
1 parent 9b6faef commit 3f652df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,5 +116,5 @@
116116
os.makedirs(target_dir, exist_ok=True)
117117
if os.path.isdir(src):
118118
shutil.copytree(os.path.join(format_path, plugin_filename), os.path.join(target_dir, plugin_filename))
119-
else
119+
else:
120120
shutil.copy2(os.path.join(format_path, plugin_filename), os.path.join(target_dir, plugin_filename))

0 commit comments

Comments
 (0)