summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/converter/browseSchematic.py (renamed from src/converter/browseSchematics.py)2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/converter/browseSchematics.py b/src/converter/browseSchematic.py
index 4b091756..58d6353b 100644
--- a/src/converter/browseSchematics.py
+++ b/src/converter/browseSchematic.py
@@ -8,4 +8,4 @@ def browse_path(self, text_box):
selected_files = file_dialog.selectedFiles() # Get the selected file(s)
if selected_files:
- text_box.setText(selected_files[0]) \ No newline at end of file
+ text_box.setText(selected_files[0])