<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Python code question in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/python-code-question/m-p/55602#M4387</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Around line 64, instead of:&lt;/P&gt;&lt;PRE class="language-python line-numbers"&gt;&lt;CODE&gt;&lt;SPAN class="string token"&gt;'query'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"'STATUS'= 'Unassigned'"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try it without single quotes around STATUS:&lt;/P&gt;&lt;PRE class="language-python line-numbers"&gt;&lt;CODE&gt;&lt;SPAN class="string token"&gt;'query'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"STATUS = 'Unassigned'"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 14 Jul 2017 18:00:31 GMT</pubDate>
    <dc:creator>RandyBurton</dc:creator>
    <dc:date>2017-07-14T18:00:31Z</dc:date>
    <item>
      <title>Python code question</title>
      <link>https://community.esri.com/t5/python-questions/python-code-question/m-p/55601#M4386</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, i downloaded a python code that is intended to send email notification to me when a feature has been added to a layer. I'm a novice when it comes to codes and coding and keep getting stuck. To clarify a little further i saw a document (link &lt;A href="http://solutions.arcgis.com/local-government/help/crowdsource-reporter/get-started/email-notification/"&gt;here&lt;/A&gt;) that i am attempting to implement. I downloaded the code and tried for awhile trying to get it to work but unfortunately i haven't had any luck. The error i keep receiving is "Cannot perform query. Invalid query parameters.&lt;BR /&gt;Unable to perform query. Please check your parameters.&lt;BR /&gt;No where clause specified.&lt;BR /&gt;(Error Code: 400)" ....I think it has something with the way i am querying the information but not sure. I marked out all of the username and passwords but if anyone had any suggestions on how i might get the enclosed file to start working it would be greatly appreciated.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To add on i'm using python 3.5.3&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Jul 2017 17:17:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-code-question/m-p/55601#M4386</guid>
      <dc:creator>LeifJohnson</dc:creator>
      <dc:date>2017-07-14T17:17:30Z</dc:date>
    </item>
    <item>
      <title>Re: Python code question</title>
      <link>https://community.esri.com/t5/python-questions/python-code-question/m-p/55602#M4387</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Around line 64, instead of:&lt;/P&gt;&lt;PRE class="language-python line-numbers"&gt;&lt;CODE&gt;&lt;SPAN class="string token"&gt;'query'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"'STATUS'= 'Unassigned'"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try it without single quotes around STATUS:&lt;/P&gt;&lt;PRE class="language-python line-numbers"&gt;&lt;CODE&gt;&lt;SPAN class="string token"&gt;'query'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"STATUS = 'Unassigned'"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Jul 2017 18:00:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-code-question/m-p/55602#M4387</guid>
      <dc:creator>RandyBurton</dc:creator>
      <dc:date>2017-07-14T18:00:31Z</dc:date>
    </item>
    <item>
      <title>Re: Python code question</title>
      <link>https://community.esri.com/t5/python-questions/python-code-question/m-p/55603#M4388</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Randy for your reply. I tried doing that and get the same message.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Jul 2017 20:01:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-code-question/m-p/55603#M4388</guid>
      <dc:creator>LeifJohnson</dc:creator>
      <dc:date>2017-07-14T20:01:28Z</dc:date>
    </item>
    <item>
      <title>Re: Python code question</title>
      <link>https://community.esri.com/t5/python-questions/python-code-question/m-p/55604#M4389</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I noticed a slash at the end of your service url around line 62. I don't think it should be there, so try&amp;nbsp;removing it along with my previous suggestion.&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;&lt;SPAN class="string token"&gt;'service url'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;&lt;SPAN&gt;'&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=https%3A%2F%2Fservices6.arcgis.com%2F" target="_blank"&gt;https://services6.arcgis.com/&lt;/A&gt;&lt;SPAN&gt; ... /Complaint/FeatureServer/0/'&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If that doesn't fix it , then I'd add a "print sql" around line 115, as indicated above, which should show you what the where query is.&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;# build sql
sql = "{} != '{}'".format(message['status field'], message['completed value'])
sql += " AND {}".format(message['query'])

print sql # find out if sql is being properly formated

feature_layer = FeatureLayer(email_service['service url'], target)
features = _get_features(feature_layer, sql)‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp; From the code it looks like it should be:&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;EMAIL &lt;SPAN class="operator token"&gt;!=&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'Completed'&lt;/SPAN&gt; AND STATUS &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'Unassigned'&lt;/SPAN&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Are the fields STATUS and EMAIL in the feature you are querying?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, does the error message indicate which line it is happening on? It looks like the JSON response from the query is being printed out.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Dec 2021 22:07:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-code-question/m-p/55604#M4389</guid>
      <dc:creator>RandyBurton</dc:creator>
      <dc:date>2021-12-10T22:07:07Z</dc:date>
    </item>
    <item>
      <title>Re: Python code question</title>
      <link>https://community.esri.com/t5/python-questions/python-code-question/m-p/55605#M4390</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Randy...I'll give it a try on Monday when i'm back in the office. I appreciate your help on this.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 15 Jul 2017 14:45:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-code-question/m-p/55605#M4390</guid>
      <dc:creator>LeifJohnson</dc:creator>
      <dc:date>2017-07-15T14:45:21Z</dc:date>
    </item>
    <item>
      <title>Re: Python code question</title>
      <link>https://community.esri.com/t5/python-questions/python-code-question/m-p/55606#M4391</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank again Randy...I tried your suggestions and seemed to generate the same error. I'm thinking maybe i don't have my python IDE properly set to Python 3.5.3. Do you have any suggestions on the best way to go about checking this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Jul 2017 12:42:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-code-question/m-p/55606#M4391</guid>
      <dc:creator>LeifJohnson</dc:creator>
      <dc:date>2017-07-17T12:42:50Z</dc:date>
    </item>
    <item>
      <title>Re: Python code question</title>
      <link>https://community.esri.com/t5/python-questions/python-code-question/m-p/55607#M4392</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We need to know exactly what was printed as your attempted SQL where clause, &amp;nbsp;as Randy indicated:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Quote:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;If that doesn't fix it , then I'd add a "print sql" around line 115, as indicated above, which should show you what the where query is.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;Please add a line:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;print sql&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;as line 115 and tell us the result.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;Also, we need to know the line of the script that crashes, this should be printed in the error:&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;DIV style="border: 0px; font-size: 14px;"&gt;&lt;DIV class="" style="border: 0px; font-weight: inherit; margin: 20px 0px;"&gt;&lt;P style="border: 0px; font-weight: inherit;"&gt;Also, does the error message indicate which line it is happening on? It looks like the JSON response from the query is being printed out.&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Jul 2017 13:41:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-code-question/m-p/55607#M4392</guid>
      <dc:creator>LukeWebb</dc:creator>
      <dc:date>2017-07-17T13:41:36Z</dc:date>
    </item>
    <item>
      <title>Re: Python code question</title>
      <link>https://community.esri.com/t5/python-questions/python-code-question/m-p/55608#M4393</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Luke, the print i receive is :&amp;nbsp;&lt;/P&gt;&lt;P&gt;EMAIL != 'Completed' AND STATUS = 'Unassigned'&lt;BR /&gt;Cannot perform query. Invalid query parameters.&lt;BR /&gt;'where' parameter is invalid&lt;BR /&gt;Cannot perform query. Invalid query parameters.&lt;BR /&gt;'where' parameter is invalid&lt;BR /&gt;(Error Code: 400)&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance for your help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Jul 2017 14:25:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-code-question/m-p/55608#M4393</guid>
      <dc:creator>LeifJohnson</dc:creator>
      <dc:date>2017-07-17T14:25:01Z</dc:date>
    </item>
    <item>
      <title>Re: Python code question</title>
      <link>https://community.esri.com/t5/python-questions/python-code-question/m-p/55609#M4394</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Around line 115,&amp;nbsp;change the query to:&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;&lt;SPAN class="comment token"&gt;# build sql&lt;/SPAN&gt;
sql &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"{} &amp;lt;&amp;gt; '{}'"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;format&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;message&lt;SPAN class="punctuation token"&gt;[&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;'status field'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;]&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; message&lt;SPAN class="punctuation token"&gt;[&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;'completed value'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;]&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
sql &lt;SPAN class="operator token"&gt;+=&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;" AND {}"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;format&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;message&lt;SPAN class="punctuation token"&gt;[&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;'query'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;]&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I believe the SQL for AGOL uses "&amp;lt;&amp;gt;"&amp;nbsp;instead of&amp;nbsp;"!=" for not equals.&amp;nbsp; Also, no single quotes around the field names.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Dec 2021 22:07:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-code-question/m-p/55609#M4394</guid>
      <dc:creator>RandyBurton</dc:creator>
      <dc:date>2021-12-10T22:07:10Z</dc:date>
    </item>
    <item>
      <title>Re: Python code question</title>
      <link>https://community.esri.com/t5/python-questions/python-code-question/m-p/55610#M4395</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;With Standardized Queries enabled, "!=" won't work. &amp;nbsp;Use &amp;lt;&amp;gt; instead:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://services6.arcgis.com/ONchmwF4WjRnCeft/ArcGIS/rest/services/Complaint/FeatureServer/0/query?where=EMAIL+%3C%3E+%27Completed%27+AND+%27STATUS%27%3D+%27Unassigned%27&amp;amp;f=html" title="https://services6.arcgis.com/ONchmwF4WjRnCeft/ArcGIS/rest/services/Complaint/FeatureServer/0/query?where=EMAIL+%3C%3E+%27Completed%27+AND+%27STATUS%27%3D+%27Unassigned%27&amp;amp;f=html"&gt;https://services6.arcgis.com/ONchmwF4WjRnCeft/ArcGIS/rest/services/Complaint/FeatureServer/0/query?where=EMAIL+%3C%3E+%2…&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://doc.arcgis.com/en/arcgis-online/reference/sql-agol.htm" title="http://doc.arcgis.com/en/arcgis-online/reference/sql-agol.htm"&gt;Standardized SQL functions in ArcGIS Online—ArcGIS Online Help | ArcGIS&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have the option of turning off standardized queryies in your organization:&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://doc.arcgis.com/en/arcgis-online/administer/configure-security.htm" title="http://doc.arcgis.com/en/arcgis-online/administer/configure-security.htm"&gt;Configure security settings—ArcGIS Online Help | ArcGIS&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Jul 2017 16:36:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-code-question/m-p/55610#M4395</guid>
      <dc:creator>JonathanQuinn</dc:creator>
      <dc:date>2017-07-17T16:36:11Z</dc:date>
    </item>
    <item>
      <title>Re: Python code question</title>
      <link>https://community.esri.com/t5/python-questions/python-code-question/m-p/55611#M4396</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Woops, didn't see this reply.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Jul 2017 16:37:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-code-question/m-p/55611#M4396</guid>
      <dc:creator>JonathanQuinn</dc:creator>
      <dc:date>2017-07-17T16:37:25Z</dc:date>
    </item>
    <item>
      <title>Re: Python code question</title>
      <link>https://community.esri.com/t5/python-questions/python-code-question/m-p/55612#M4397</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks guys....It's working now...I appreciate your help on this.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Jul 2017 20:08:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-code-question/m-p/55612#M4397</guid>
      <dc:creator>LeifJohnson</dc:creator>
      <dc:date>2017-07-17T20:08:46Z</dc:date>
    </item>
    <item>
      <title>Re: Python code question</title>
      <link>https://community.esri.com/t5/python-questions/python-code-question/m-p/55613#M4398</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for pointing this out! Syntax is correct on the Solutions site, but incorrect in the comments in the script. I'll get this updated to avoid further confusion &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Jul 2017 23:20:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-code-question/m-p/55613#M4398</guid>
      <dc:creator>AllisonMuise1</dc:creator>
      <dc:date>2017-07-17T23:20:22Z</dc:date>
    </item>
  </channel>
</rss>

