Skip to content

Commit 447ff1f

Browse files
authored
Merge pull request #59 from SummerGGift/2018922
【修改】:创建软件包索引时,不添加 scons 脚本文件,关于软件包的模板制作另外添加自动脚本
2 parents ba96f77 + cb93e5a commit 447ff1f

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

cmds/cmd_package.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -950,12 +950,6 @@ def package_wizard():
950950
f.write(package)
951951
f.close()
952952

953-
s = Template(Sconscript_file)
954-
sconscript = s.substitute(name=name)
955-
f = file(os.path.join(pkg_path, 'SConscript'), 'wb')
956-
f.write(sconscript)
957-
f.close()
958-
959953
print ('\nThe package index was created successfully.')
960954

961955

0 commit comments

Comments
 (0)