Use lowercase name for file paths

This commit is contained in:
Stefan Haun 2020-03-22 18:33:56 +01:00
parent 43c2cffc83
commit 798c3590b4

View file

@ -50,7 +50,6 @@ class FormApp(npyscreen.NPSAppManaged):
if self.is_new_member:
print('Enter destination directory for new Member data:')
self.dir_path = input()
file_path = pathlib.Path(self.dir_path, fn)
return file_path