ewiger / gc3pie

Automatically exported from code.google.com/p/gc3pie
0 stars 0 forks source link

ginfo error when run first time before gstat #19

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
ginfo: ERROR: argument must be 9-item sequence, not str
gc3utils: DEBUG: TypeError: argument must be 9-item sequence, not str
Traceback (most recent call last):
  File "/home/sergio/dev/gc3pie/gc3utils/gc3utils/gcmd.py", line 173, in main
    rc = cmd(*sys.argv[1:], **{'opts':parser})
  File "/home/sergio/dev/gc3pie/gc3utils/gc3utils/gcommands.py", line 162, in ginfo
    _print_job_info(gc3utils.Job.get_job(args[0]))
  File "/home/sergio/dev/gc3pie/gc3utils/gc3utils/gcommands.py", line 78, in _print_job_info
    print("%-20s  %-10s " % (key,time.asctime(job_obj[key])))
TypeError: argument must be 9-item sequence, not str

Original issue reported on code.google.com by sergio.m...@gmail.com on 27 Aug 2010 at 9:32

GoogleCodeExporter commented 9 years ago
Issue 24 is the root cause of this one; merging this into that.

Original comment by riccardo.murri@gmail.com on 9 Sep 2010 at 12:43