File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 66#
77# Copyright (c) 2017-2020 Kestrel Technology LLC
88# Copyright (c) 2020-2022 Henny B. Sipma
9- # Copyright (c) 2023-2024 Aarno Labs LLC
9+ # Copyright (c) 2023-2025 Aarno Labs LLC
1010#
1111# Permission is hereby granted, free of charge, to any person obtaining a copy
1212# of this software and associated documentation files (the "Software"), to deal
@@ -456,8 +456,8 @@ def parse_with_ccommands(
456456 returncode = subprocess .call (command )
457457 print ("\n " + ("-" * 80 ) + "\n \n " )
458458 else :
459- returncopde = (
460- subprocess . call ( command , stdout = open ( os . devnull , "w" )))
459+ returncode = subprocess . call ( command , stdout = open ( os . devnull , "w" ))
460+
461461 if returncode == 1 :
462462 print ("\n " + ("*" * 80 ))
463463 print ("Parsing error in " + cfilename )
You can’t perform that action at this time.
0 commit comments