it seems windows does not like colons in file names
This commit is contained in:
parent
9aeacec5e5
commit
87158e936c
@ -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')
|
||||
|
Loading…
x
Reference in New Issue
Block a user