[ no commit message supplied ]

main
Jaap Joris Vens 2020-03-22 22:05:11 +01:00
rodzic 1e503349d6
commit a9b4d5dfb3
1 zmienionych plików z 0 dodań i 1 usunięć

Wyświetl plik

@ -4,7 +4,6 @@ from django.conf import settings
def locate(filename):
for path, dirs, files in os.walk(os.getcwd(), followlinks=True):
print(dirs)
for f in files:
if f == filename:
return os.path.join(path, filename)