commit | 3a30605667890965e2879bddfcb0440bc986a323 | [log] [tgz] |
---|---|---|
author | Daniel Gruno <humbedooh@apache.org> | Fri Apr 15 16:26:23 2022 +0200 |
committer | GitHub <noreply@github.com> | Fri Apr 15 16:26:23 2022 +0200 |
tree | 2013f650b23601db65851e846ec84125e0aa5f31 | |
parent | 7c4e8854ce2d551b62349b1b627c12485abcc3a1 [diff] |
start, not begin
diff --git a/plugins/asfdata.py b/plugins/asfdata.py index 2a2ab00..b4e1bfb 100644 --- a/plugins/asfdata.py +++ b/plugins/asfdata.py
@@ -589,7 +589,7 @@ def process_eccn(fname, debug): if debug: print('-----\nECCN:', fname) - if fname.beginswith("https://"): + if fname.startswith("https://"): j = yaml.safe_load(requests.get(fname).text) else: j = yaml.safe_load(open(fname))