Skip to content

Commit

Permalink
Fix issue with exception in case of ProfileImage field
Browse files Browse the repository at this point in the history
  • Loading branch information
virtualsnake committed Oct 31, 2018
1 parent 30ca7ae commit 3677cd9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyral/entity.py
Original file line number Diff line number Diff line change
Expand Up @@ -436,6 +436,7 @@ class TimeEntryValue (WorkspaceDomainObject): pass
class UserIterationCapacity (WorkspaceDomainObject): pass
class RecycleBinEntry (WorkspaceDomainObject): pass
class RevisionHistory (WorkspaceDomainObject): pass
class ProfileImage (WorkspaceDomainObject): pass
class Revision (WorkspaceDomainObject):
INFO_ATTRS = ['RevisionNumber', 'Description', 'CreationDate', 'User']
def info(self):
Expand Down Expand Up @@ -611,6 +612,7 @@ def __setattr__(self, item, value):
'Preference' : Preference,
'SCMRepository' : SCMRepository,
'RevisionHistory' : RevisionHistory,
'ProfileImage' : ProfileImage,
'Revision' : Revision,
'Attachment' : Attachment,
'AttachmentContent' : AttachmentContent,
Expand Down

0 comments on commit 3677cd9

Please sign in to comment.