Use lowercase name for file paths
This commit is contained in:
parent
43c2cffc83
commit
798c3590b4
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue