From 7a25ffee413959a01841b98707aee625448af537 Mon Sep 17 00:00:00 2001
From: janinainfa <60750633+janinainfa@users.noreply.github.com>
Date: Tue, 9 Jul 2024 16:10:59 +0200
Subject: [PATCH] typo corrected
---
.idea/workspace.xml | 22 ++++++++++++----------
main.py | 1 +
settings.py | 2 +-
3 files changed, 14 insertions(+), 11 deletions(-)
diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index 9e3f327..e7b5d34 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -5,7 +5,9 @@
-
+
+
+
@@ -158,14 +160,6 @@
1716649644053
-
-
- 1716664786846
-
-
-
- 1716664786846
-
1716673322898
@@ -550,7 +544,15 @@
1720533505862
-
+
+
+ 1720533859756
+
+
+
+ 1720533859756
+
+
diff --git a/main.py b/main.py
index ce038d3..2e3e0ea 100644
--- a/main.py
+++ b/main.py
@@ -2,5 +2,6 @@
import process_command as pc
if __name__ == "__main__":
+ print("Uruchamianie...")
commandProcessing = pc.CommandProcessing()
main_window.buildApp(commandProcessing)
\ No newline at end of file
diff --git a/settings.py b/settings.py
index 209bbef..a9fa8f4 100644
--- a/settings.py
+++ b/settings.py
@@ -46,7 +46,7 @@ def createCommandLabelsAndButtons(self):
self.commandsLayout.addWidget(self.newCommandButton, len(sections) + 2, 0, 1, 3)
self.openConfigFileButton = QtWidgets.QPushButton(self)
self.openConfigFileButton.setText("Otwórz plik konfiguracyjny")
- self.openConfigFileButton.pressed.connect(lambda: subprocess.Popen(["xed", "/etc/mex-assistant/config.ini"]))
+ self.openConfigFileButton.pressed.connect(lambda: subprocess.Popen(["xed", "/etc/mexassistant/config.ini"]))
self.commandsLayout.addWidget(self.openConfigFileButton, len(sections) + 3, 0, 1, 3)
self.gridLayout.addLayout(self.commandsLayout, 2, 0, 1, 3)