it seems windows does not like colons in file names

This commit is contained in:
Radovan Bast 2015-07-14 14:32:00 +02:00
parent 9aeacec5e5
commit 87158e936c

View File

@ -74,7 +74,7 @@ def exe(command):
def boilerplate(name, setup_command):
stamp = datetime.datetime.fromtimestamp(time.time()).strftime('%Y-%m-%d-%H:%M:%S')
stamp = datetime.datetime.fromtimestamp(time.time()).strftime('%Y-%m-%d-%H-%M-%S')
os.chdir(os.path.join(HERE, name, 'cmake'))
shutil.copy(os.path.join('..', '..', '..', 'update.py'), 'update.py')