Skip to content

Commit 9cd74cb

Browse files
authored
Included parentheses in the commented print result statements
1 parent 58fcfc0 commit 9cd74cb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

objsamples/sample_dataextension.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
print('MoreResults: ' + str(getResponse.more_results))
1818
print('RequestID: ' + str(getResponse.request_id))
1919
print('Results Length: ' + str(len(getResponse.results)))
20-
#print 'Results: ' + str(getResponse.results)
20+
#print('Results: ' + str(getResponse.results))
2121

2222
# Get all of the DataExtensions in an Account belonging to a specific sub account
2323
print('>>> Get all of the DataExtensions in an Account belonging to a specific sub account')
@@ -32,7 +32,7 @@
3232
print('MoreResults: ' + str(getResponse.more_results))
3333
print('RequestID: ' + str(getResponse.request_id))
3434
print('Results Length: ' + str(len(getResponse.results)))
35-
#print 'Results: ' + str(getResponse.results)
35+
#print('Results: ' + str(getResponse.results))
3636

3737
# Specify a name for the data extension that will be used for testing
3838
# Note: Name and CustomerKey will be the same value
@@ -186,7 +186,7 @@
186186
print('MoreResults: ' + str(getResponse.more_results))
187187
print('RequestID: ' + str(getResponse.request_id))
188188
print('Results Length: ' + str(len(getResponse.results)))
189-
#print 'Results: ' + str(getResponse.results)
189+
#print('Results: ' + str(getResponse.results))
190190

191191
while getResponse.more_results:
192192
print('>>> Continue Retrieve lots of rows with moreResults')

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy