VIS-40-VIS-41 #9

Merged
s416067 merged 3 commits from VIS-40-VIS-41 into master 2021-01-18 16:14:37 +01:00
Showing only changes of commit 1c7aa28ed0 - Show all commits

View File

@ -23,7 +23,7 @@ def files(path):
yield file
def save_input(oldpath):
# add timestampt the filename, so it wouln't overwrite
# make timestampt the filename, so it wouln't overwrite
timestamp = str(int(time.time()))
filename = timestamp + '.' + oldpath.split('.')[-1]
newpath = inputFilePath + '\\' + filename