File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -327,7 +327,7 @@ def _v1_0_to_v1_1(document: CommentedMap, outdir: str) -> CommentedMap:
327
327
# TODO: add comments to explain the extra hints
328
328
if isinstance (hints , MutableSequence ):
329
329
if not network_access :
330
- hints .append ({"class" : "NetworkAcess " , "networkAccess" : True })
330
+ hints .append ({"class" : "NetworkAccess " , "networkAccess" : True })
331
331
if not listing :
332
332
hints .append (
333
333
cmap (
@@ -339,7 +339,7 @@ def _v1_0_to_v1_1(document: CommentedMap, outdir: str) -> CommentedMap:
339
339
)
340
340
elif isinstance (hints , MutableMapping ):
341
341
if not network_access :
342
- hints ["NetworkAcess " ] = {"networkAccess" : True }
342
+ hints ["NetworkAccess " ] = {"networkAccess" : True }
343
343
if not listing :
344
344
hints ["LoadListingRequirement" ] = cmap (
345
345
{"loadListing" : "deep_listing" }
You can’t perform that action at this time.
0 commit comments