Skip to content

Commit d4f7291

Browse files
author
Deepika
committed
Corrected the input to remove command
1 parent 51430cd commit d4f7291

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ def delete_dir_files(directory):
199199
for element in listdir(directory):
200200
to_remove = join(directory, element)
201201
if not isdir(to_remove):
202-
remove(file)
202+
remove(to_remove)
203203

204204

205205
def get_caller_name(steps=2):

0 commit comments

Comments
 (0)