RLBot / RLBotGUI

33 stars 25 forks source link

Fix possible error when item is folder #184

Closed VirxEC closed 2 years ago

VirxEC commented 2 years ago

When the item is a folder and not a file, either a file will be created with the same name or, if the folder already exists, an error will be thrown by os.rename. This change fixes that.