Skip to content

Commit 0183250

Browse files
coverage
1 parent 215252b commit 0183250

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pybamm/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ def ask_user_opt_in(timeout=10):
6969
"For more information, see https://docs.pybamm.org/en/latest/source/user_guide/index.html#telemetry"
7070
)
7171

72-
def get_input():
72+
def get_input(): # pragma: no cover
7373
try:
7474
user_input = (
7575
input("Do you want to enable telemetry? (Y/n): ").strip().lower()

0 commit comments

Comments
 (0)