Skip to content

Commit

Permalink
Session: flip enable_diagnostics to False (#880)
Browse files Browse the repository at this point in the history
Stop advertising this functionality.

commit-id:dbbb939f
  • Loading branch information
dhalperi authored Feb 22, 2023
1 parent 8e9adb5 commit 06c4da5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pybatfish/client/session.py
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ def __init__(

self.elapsed_delay = 5 # type: int
self.stale_timeout = 5 # type: int
self.enable_diagnostics = True # type: bool
self.enable_diagnostics = False # type: bool

# Auto-load question templates
if load_questions:
Expand Down

0 comments on commit 06c4da5

Please sign in to comment.