[mod] remove debug print
This commit is contained in:
parent
719b994c07
commit
6018624154
@ -126,7 +126,6 @@ def main():
|
||||
if os.path.exists(os.path.join(os.getcwd(), "static")):
|
||||
shutil.copytree(os.path.join(os.getcwd(), "static"), os.path.join(os.getcwd(), "build", "static"))
|
||||
else:
|
||||
print (os.path.split(os.path.realpath(__file__))[0], "themes", theme, "static")
|
||||
shutil.copytree(os.path.join(os.path.split(os.path.realpath(__file__))[0], "themes", theme, "static"), os.path.join(os.getcwd(), "build", "static"))
|
||||
|
||||
for gallery in dirs:
|
||||
|
Loading…
x
Reference in New Issue
Block a user