Skip to content

Commit

Permalink
set progress to auto by default
Browse files Browse the repository at this point in the history
  • Loading branch information
robertjwilson committed Sep 10, 2022
1 parent 5bc4183 commit a358488
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nctoolkit/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ def custom_formatwarning(msg, *args, **kwargs):
session_info["lazy"] = True
session_info["precision"] = None
session_info["parallel"] = False
session_info["progress"] = "auto"
session_info["checks"] = True

session_info["interactive"] = sys.__stdin__.isatty()
Expand Down

0 comments on commit a358488

Please sign in to comment.