summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/converter/pspiceToKicad.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/converter/pspiceToKicad.py b/src/converter/pspiceToKicad.py
index cdeefd30..003bfba8 100644
--- a/src/converter/pspiceToKicad.py
+++ b/src/converter/pspiceToKicad.py
@@ -39,7 +39,7 @@ class PspiceConverter:
# Construct the full path to parser.py
parser_path = os.path.join(script_dir, relative_parser_path)
- command = f"cd {parser_path} && python3 parser.py {file_path} {conPath}/{filename}"
+ command = f"python3 {parser_path}/parser.py {file_path} {conPath}/{filename}"
try:
subprocess.run(command, shell=True, check=True)
# Message box with the conversion success message