We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f7290b3 + 0b68105 commit 2567322Copy full SHA for 2567322
1 file changed
flow/util/correlateRC.py
@@ -73,7 +73,7 @@ def parse_args():
73
res_scale = 1e3
74
else:
75
print("unknown resistance unit")
76
- exit
+ exit(1)
77
78
cap_unit = args.cap_unit
79
if cap_unit == "ff":
@@ -82,7 +82,7 @@ def parse_args():
82
cap_scale = 1e-12
83
84
print("unknown capacitance unit")
85
86
87
88
def makeDict():
0 commit comments