minor update synchronizing
parent
56419f2f43
commit
d0c1e5ff6d
|
@ -990,6 +990,7 @@ def update_version():
|
|||
# from 0.8.5 to 0.8.6:
|
||||
|
||||
# change style.css location
|
||||
if core.publishing():
|
||||
if os.path.isfile(os.path.join(WWW, "style.css")):
|
||||
subprocess.call(["mv", os.path.join(WWW, "style.css"), CONFIG])
|
||||
|
||||
|
|
Loading…
Reference in New Issue