update py

This commit is contained in:
2024-07-14 23:06:07 +02:00
parent 13bcc98cac
commit 33054a1f1c
6 changed files with 101 additions and 94 deletions

View File

@@ -43,7 +43,7 @@ class FileProcessor:
"""
if self.selected_file:
return self.selected_file
return None
if not self.selected_directory:
return None