You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Apparently you can have a ManagedInstallReport that does not include an EndTime. We probably need to do a dict.get for these keys instead of just blindly trusting that they'll be there.
Apparently you can have a ManagedInstallReport that does not include an EndTime. We probably need to do a
dict.getfor these keys instead of just blindly trusting that they'll be there.