Skip to content

Commit

Permalink
change default from None -> False
Browse files Browse the repository at this point in the history
  • Loading branch information
bl-young committed Apr 25, 2024
1 parent 7ed509a commit a38d532
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fedelemflowlist/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
from fedelemflowlist.subset_list import subsets
import fedelemflowlist.subset_list as subset_list

def get_flows(preferred_only=None, subset=None, download_if_missing=True):
def get_flows(preferred_only=False, subset=None, download_if_missing=True):
"""Gets a flow list in a standard format
Returns the full master flow list unless preferred flows is lists
Expand Down

0 comments on commit a38d532

Please sign in to comment.