Skip to content

Commit

Permalink
coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinsulzer committed Nov 7, 2024
1 parent 215252b commit 0183250
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pybamm/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def ask_user_opt_in(timeout=10):
"For more information, see https://docs.pybamm.org/en/latest/source/user_guide/index.html#telemetry"
)

def get_input():
def get_input(): # pragma: no cover
try:
user_input = (
input("Do you want to enable telemetry? (Y/n): ").strip().lower()
Expand Down

0 comments on commit 0183250

Please sign in to comment.