Skip to content

[pycue] Proc type uses wrong attribute for booked_time #2091

@DiegoTavares

Description

@DiegoTavares

Describe the bug

The api wrapper proc.py implements a function bookedTime that fails with AttributeError.

To Reproduce

     host = opencue.api.findHost("<host>")
     procs = host.getProcs()
     proc = procs[0]              # type(proc) == opencue.wrappers.proc.Proc
     proc.bookedTime()            # AttributeError: 'Proc' object has no attribute 'booked_time'

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions