diff options
Diffstat (limited to 'tools')
| -rwxr-xr-x | tools/resistor_selector.py | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/resistor_selector.py b/tools/resistor_selector.py index 144a1c0..1ee51b7 100755 --- a/tools/resistor_selector.py +++ b/tools/resistor_selector.py @@ -27,7 +27,7 @@ MULTIPLIERS = (  def main() -> None: -    getcontext().prec = 3 +    getcontext().prec = 6      args = Arguments.from_cli()  | 
