forked from 0x2620/pandora
resolved possible issues after moving js files
This commit is contained in:
parent
b7fc5ec7c6
commit
9248d84bbc
1 changed files with 3 additions and 0 deletions
|
@ -83,6 +83,9 @@ if __name__ == "__main__":
|
|||
run('bzr', 'resolved', 'pandora/monkey_patch', 'pandora/monkey_patch/migrations')
|
||||
if os.path.exists('pandora/monkey_patch'):
|
||||
run('rm', '-r', 'pandora/monkey_patch')
|
||||
if old < 3448:
|
||||
if os.path.exists('static/pandora'):
|
||||
run('bzr', 'resolved', 'static/pandora')
|
||||
else:
|
||||
|
||||
if len(sys.argv) == 1:
|
||||
|
|
Loading…
Reference in a new issue