mirror of
https://github.com/UtilitechAS/amsreader-firmware.git
synced 2026-01-12 00:02:53 +00:00
Fixed script to generate webroot header files
This commit is contained in:
parent
d68ffc827d
commit
4a3d22e75c
@ -8,6 +8,7 @@ srcroot = "src/web/root"
|
||||
|
||||
if os.path.exists(srcroot):
|
||||
shutil.rmtree(srcroot)
|
||||
os.mkdir(srcroot)
|
||||
else:
|
||||
os.mkdir(srcroot)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user