This commit is contained in:
parent
0e3ba17a8e
commit
841c5d4c20
@ -84,7 +84,7 @@ class Executor:
|
||||
|
||||
def removeFileInCurrentDirectory(self, file: str) -> str:
|
||||
file = self.sanitizeFile(file)
|
||||
currentfile = os.path.join(self.currentDirectory, file)
|
||||
currentfile = os.path.join(self.baseDir, self.currentDirectory, file)
|
||||
if os.path.exists(currentfile):
|
||||
os.remove(currentfile)
|
||||
return currentfile
|
||||
|
Loading…
Reference in New Issue
Block a user