You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2018/08/27 20:24:46 UTC

[GitHub] shenni119 closed pull request #3812: editting zendesk_hook.py https://citybase.atlassian.net/browse/DS-78

shenni119 closed pull request #3812: editting zendesk_hook.py https://citybase.atlassian.net/browse/DS-78 
URL: https://github.com/apache/incubator-airflow/pull/3812
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/airflow/hooks/zendesk_hook.py b/airflow/hooks/zendesk_hook.py
index 3cf8353344..2579d7f30b 100644
--- a/airflow/hooks/zendesk_hook.py
+++ b/airflow/hooks/zendesk_hook.py
@@ -78,7 +78,7 @@ def call(self, path, query=None, get_all_pages=True, side_loading=False):
         next_page = results['next_page']
         if side_loading:
             keys += query['include'].split(',')
-        results = {key: results[key] for key in keys}
+            results = {key: results[key] for key in keys}
 
         if get_all_pages:
             while next_page is not None:


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services