@@ -101,10 +101,10 @@ def process_file(input_file: TextIO, output_file: TextIO) -> None:
101101
102102def generate_input () -> None :
103103 # first generate some input starting point
104- cmd : str = 'python makepy.py -o layout_orig.py -v MGCPCB.ExpeditionPCBApplication '
104+ cmd : str = 'python makepy.py -o layout_orig.py -v MGCPCB.FablinkXEApplication '
105105 result = subprocess .run (shlex .split (cmd ), shell = True , capture_output = True , text = True )
106- #result = subprocess.run('python makepy.py -o layout_orig.py -v MGCPCB', shell=True, capture_output=True, text=True)
107- #result = subprocess.run(['python', 'makepy.py', '-o', 'layout_orig.py', '-v', 'MGCPCB'], capture_output=True, text=True)
106+ #result = subprocess.run('python makepy.py -o layout_orig.py -v MGCPCB.ExpeditionPCBApplication ', shell=True, capture_output=True, text=True)
107+ #result = subprocess.run(['python', 'makepy.py', '-o', 'layout_orig.py', '-v', 'MGCPCB.ExpeditionPCBApplication '], capture_output=True, text=True)
108108 print (result )
109109
110110def generate_output () -> None :
@@ -120,7 +120,7 @@ def copy_result():
120120 # result = subprocess.run(cmd, shell=True, capture_output=True, text=True)
121121 # print(result)
122122 # result = subprocess.run(shlex.split(cmd), shell=True, capture_output=True, text=True)
123- # result = subprocess.run(['python', 'makepy.py', '-o', 'layout_orig.py', '-v', 'MGCPCB'], capture_output=True, text=True)
123+ # result = subprocess.run(['python', 'makepy.py', '-o', 'layout_orig.py', '-v', 'MGCPCB.ExpeditionPCBApplication '], capture_output=True, text=True)
124124
125125def add_type_hints_to_methods ():
126126 # Read the content of the file
0 commit comments