Bug in deploy command.
authordeclerambaul <fabian.kaelin@gmail.com>
Sun, 22 Apr 2012 17:58:50 +0000 (13:58 -0400)
committerdeclerambaul <fabian.kaelin@gmail.com>
Sun, 22 Apr 2012 17:58:50 +0000 (13:58 -0400)
msc/old_rc_new/deploy.py

index 8f80a25..5827e0f 100755 (executable)
@@ -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__":