We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b6faef commit 3f652dfCopy full SHA for 3f652df
build.py
@@ -116,5 +116,5 @@
116
os.makedirs(target_dir, exist_ok=True)
117
if os.path.isdir(src):
118
shutil.copytree(os.path.join(format_path, plugin_filename), os.path.join(target_dir, plugin_filename))
119
- else
+ else:
120
shutil.copy2(os.path.join(format_path, plugin_filename), os.path.join(target_dir, plugin_filename))
0 commit comments