Merge "Another amendment with missing parenthesis"
This commit is contained in:
commit
86955992d2
@ -11,6 +11,7 @@
|
|||||||
# implied.
|
# implied.
|
||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
from __future__ import print_function
|
||||||
import sys
|
import sys
|
||||||
from optparse import OptionParser
|
from optparse import OptionParser
|
||||||
|
|
||||||
@ -67,7 +68,7 @@ def main():
|
|||||||
policy.idx, timestamp, options.op, force=options.force)
|
policy.idx, timestamp, options.op, force=options.force)
|
||||||
if not container_name:
|
if not container_name:
|
||||||
return 'ERROR: unable to enqueue!'
|
return 'ERROR: unable to enqueue!'
|
||||||
print container_name
|
print(container_name)
|
||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
|
Loading…
x
Reference in New Issue
Block a user