forked from googleapis/google-cloud-python
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Issue googleapis#40 and googleapis#42.
Tabbing errors from u/Yenthe666. Fixed those. Consistently Tabs now. There was no error checking on setting body for the events. Now if the event is new, it checks to make sure that "body" is in the event json before it tries to assign to it.
- Loading branch information
Toben Archer
committed
Nov 7, 2016
1 parent
fb6952b
commit 8bec2a5
Showing
3 changed files
with
26 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,12 @@ | ||
# file GENERATED by distutils, do NOT edit | ||
setup.cfg | ||
setup.py | ||
O365/__init__.py | ||
O365/attachment.py | ||
O365/cal.py | ||
O365/contact.py | ||
O365/event.py | ||
O365/group.py | ||
O365/inbox.py | ||
O365/message.py | ||
O365/onedrive.py | ||
O365/onefile.py | ||
O365/schedule.py | ||
O365\__init__.py | ||
O365\attachment.py | ||
O365\cal.py | ||
O365\contact.py | ||
O365\event.py | ||
O365\group.py | ||
O365\inbox.py | ||
O365\message.py | ||
O365\schedule.py |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters