Skip to content

Commit e078805

Browse files
committed
Set error propagation (flag) to True by default.
1 parent feb6c6c commit e078805

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

skdaccess/geo/pbo/data_fetcher.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ class DataFetcher(DataFetcherBase):
4848
2) stabilization area (for running stabilization)
4949
'''
5050

51-
def __init__(self, start_time, end_time, lat_range, lon_range, ap_paramList, mdyratio=.5, epFlag=0, stabFlag=1):
51+
def __init__(self, start_time, end_time, lat_range, lon_range, ap_paramList, mdyratio=.5, epFlag=1, stabFlag=1):
5252
'''
5353
Initialize a DataFetcher
5454

0 commit comments

Comments
 (0)