projects
/
limn-bak.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
9beb510
)
Bug in deploy command.
author
declerambaul
<fabian.kaelin@gmail.com>
Sun, 22 Apr 2012 17:58:50 +0000 (13:58 -0400)
committer
declerambaul
<fabian.kaelin@gmail.com>
Sun, 22 Apr 2012 17:58:50 +0000 (13:58 -0400)
msc/old_rc_new/deploy.py
patch
|
blob
|
history
diff --git
a/msc/old_rc_new/deploy.py
b/msc/old_rc_new/deploy.py
index
8f80a25
..
5827e0f
100755
(executable)
--- a/
msc/old_rc_new/deploy.py
+++ b/
msc/old_rc_new/deploy.py
@@
-72,7
+72,7
@@
def main():
if args.deploy:
print 'Deploying data files to ./datasources directory'
- os.system("cp %s/*.csv ../../data/datasources/rc")
+ os.system("cp %s/*.csv ../../data/datasources/rc"%old_to_new.output_folder)
if __name__ == "__main__":