Bug 787055
Summary: | Exception with "skynet list -" | ||
---|---|---|---|
Product: | [Community] PressGang CCMS | Reporter: | Joshua Wulf <jwulf> |
Component: | CSProcessor | Assignee: | Lee Newson <lnewson> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 1.x | CC: | jwulf, lcarlon |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | 0.16.1 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2012-02-22 02:49:45 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Joshua Wulf
2012-02-03 03:11:56 UTC
Fixed in 0.16.1. The problem came from trying to read 2 variables out of an array that only contained one. I've added a check to make sure that it contains at least two variables if not then it'll throw an error. [jwulf@radhe temp]$ csprocessor list - Error: Invalid argument! csprocessor list [OPTIONS] [ID] OPTIONS: --contentspec, -c --snapshot, -s --force, -F ID - The ID of the content specification to list snapshots for. |