Skip to content

Commit

Permalink
Make some noise when VDS validation succeeds (#8155)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcovarr authored Jan 11, 2023
1 parent 700dacd commit 498a4a6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ hour or so to complete. Building on the preceding step, the following snippet va
```python
>>> vds_path = "gs://delivery-bucket/delivery-path.vds"
>>> vds = hl.vds.read_vds(vds_path)
>>> vds.validate()
>>> vds.validate(); print("VDS validation successful!")
```

## Remove storage roles
Expand Down

0 comments on commit 498a4a6

Please sign in to comment.