ask for a destination if instantiated without a filename #15

Merged
tux merged 3 commits from ask-for-destination into master 2020-07-28 11:14:49 +02:00
Showing only changes of commit 798c3590b4 - Show all commits

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