Skip to content

Commit

Permalink
Merge pull request googleapis#30 from Grif392/patch-1
Browse files Browse the repository at this point in the history
Update attachment.py
  • Loading branch information
Narcolapser committed Jun 27, 2016
2 parents 8ec9951 + 830b2bb commit f4b83c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion O365/attachment.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,6 @@ def setBase64(self,val):
log.error('tried to give me an attachment as a base64 and it is not.')
raise
self.json['ContentBytes'] = val
return true
return True

#To the King!

0 comments on commit f4b83c7

Please sign in to comment.