Skip to content

Commit a594b3a

Browse files
Update asdf/_commands/validate.py
Co-authored-by: Zach Burnett <zrb+git@hildebrind.space>
1 parent eeeef26 commit a594b3a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

asdf/_commands/validate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def setup_arguments(cls, subparsers):
3636

3737
@classmethod
3838
def run(cls, args):
39-
validate(args.filename, args.custom_schema, args.skip_checksums)
39+
validate(args.filename, args.custom_schema, args.skip_block_validation)
4040

4141

4242
def validate(filename, custom_schema, skip_checksums):

0 commit comments

Comments
 (0)