Skip to content

Commit

Permalink
Merge pull request #18 from Qualytics/sc-15851/library-enhancement-tyler
Browse files Browse the repository at this point in the history
Sc 15851/library enhancement tyler
  • Loading branch information
shindiogawa authored Mar 25, 2024
2 parents 6efb0ac + c6b90ab commit 636d542
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ qualytics run scan --datastore "DATSTORE_ID_LIST" --container_names "CONTAINER_N
Allows a user to check an operation's status. Useful if a user triggered an operation but had it running in the background

```bash
qualytics check_status operation --ids "OPERATION_IDS"
qualytics operation check_status --ids "OPERATION_IDS"
```
| Option | Type | Description | Required |
|---------------------|----------|---------------------------------------------------------------------------------------------------------------------------|----------|
Expand Down
1 change: 0 additions & 1 deletion qualytics/qualytics.py
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,6 @@ def run_scan(
200 <= response.status_code <= 299
): # Operation fails before starting
response = response.json()
print(response)
raise Exception
scan_id = response.json()["id"]
print(
Expand Down

0 comments on commit 636d542

Please sign in to comment.