<?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: Error 000539: Error running expression. UnboundlocalError: local varialble 'Value' referenced before assignment in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/error-000539-error-running-expression/m-p/30979#M1095</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure if this is it....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px; margin: 0in 0in 8pt;"&gt;def &lt;STRONG&gt;assignValue&lt;/STRONG&gt;(DWType, CurrentDepth):&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px; margin: 0in 0in 8pt;"&gt;versus&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px; margin: 0in 0in 8pt;"&gt;&lt;SPAN&gt;&lt;STRONG&gt;assginValue&lt;/STRONG&gt;( !DRYW_DEPTH!, !Cur_BotDep!)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px; margin: 0in 0in 8pt;"&gt;&lt;SPAN&gt;(Should have errored out...)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 25 Jan 2019 23:20:00 GMT</pubDate>
    <dc:creator>JoeBorgione</dc:creator>
    <dc:date>2019-01-25T23:20:00Z</dc:date>
    <item>
      <title>Error 000539: Error running expression. UnboundlocalError: local varialble 'Value' referenced before assignment</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/error-000539-error-running-expression/m-p/30972#M1088</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin: 0in 0in 8pt;"&gt;I am using the Calculate Field tool in model builder. I am new to Python, but modeled my code after something I had done in a previous model that worked well. Despite following similar syntax and rules, I am given&amp;nbsp;an error message I don't recognize (see attachments). I’ve tried looking up similar issues and have not been able to find a solution. Current Depth contains numerical data. &lt;BR /&gt;Any insight would be appreciated.&lt;/P&gt;&lt;P style="margin: 0in 0in 8pt;"&gt;Here is my code:&lt;/P&gt;&lt;P style="margin: 0in 0in 8pt;"&gt;def assignValue(DWType, CurrentDepth):&lt;/P&gt;&lt;P style="margin: 0in 0in 8pt;"&gt;&amp;nbsp;&amp;nbsp; if DWType == 'single':&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P style="margin: 0in 0in 8pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Value = ((90 - CurrentDepth) / 90) * 100&lt;/P&gt;&lt;P style="margin: 0in 0in 8pt;"&gt;&amp;nbsp;&amp;nbsp; if DWType == 'double':&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P style="margin: 0in 0in 8pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Value = ((140 - CurrentDepth) / 140) * 100&lt;/P&gt;&lt;P style="margin: 0in 0in 8pt;"&gt;&amp;nbsp;&amp;nbsp; if DWType == 'triple':&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P style="margin: 0in 0in 8pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Value = ((190 - CurrentDepth) / 190) * 100&lt;/P&gt;&lt;P style="margin: 0in 0in 8pt;"&gt;&amp;nbsp;&amp;nbsp; return Value&lt;/P&gt;&lt;P style="margin: 0in 0in 8pt;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="margin: 0in 0in 8pt;"&gt;Codeblock:&lt;/P&gt;&lt;P style="margin: 0in 0in 8pt;"&gt;assginValue( !DRYW_DEPTH!, !Cur_BotDep!)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jan 2019 19:14:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/error-000539-error-running-expression/m-p/30972#M1088</guid>
      <dc:creator>ChristaRiley</dc:creator>
      <dc:date>2019-01-25T19:14:46Z</dc:date>
    </item>
    <item>
      <title>Re: Error 000539: Error running expression. UnboundlocalError: local varialble 'Value' referenced before assignment</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/error-000539-error-running-expression/m-p/30973#M1089</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;maybe you are missing a value, or one has an error in spelling, or a blank but assign a default value to check&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;&lt;SPAN class="keyword token"&gt;def&lt;/SPAN&gt; &lt;SPAN class="token function"&gt;assignValue&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;DWType&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; CurrentDepth&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;
    Value &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;-&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;999&lt;/SPAN&gt;  &lt;SPAN class="comment token"&gt;# add this ad the top&lt;/SPAN&gt;
    &lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Dec 2021 21:14:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/error-000539-error-running-expression/m-p/30973#M1089</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2021-12-10T21:14:33Z</dc:date>
    </item>
    <item>
      <title>Re: Error 000539: Error running expression. UnboundlocalError: local varialble 'Value' referenced before assignment</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/error-000539-error-running-expression/m-p/30974#M1090</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think what's going is none of your if statements are being evaluated to true, therefore when you try to return Value, it it has not been cast.&amp;nbsp; Note your formatted script below and line 8 (the offending line from your error) supports my idea.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check your math on one selected record and make sure it's good. In your model, are there any selections being made before you apply this calculation?&amp;nbsp; Also&amp;nbsp;are your sure the values of DWType are exactly as you show them?&amp;nbsp; Remember, python is case sensitive.&amp;nbsp; &amp;nbsp;Finally as a matter of coding style I would not use individual if statements but rather if, elif as shown below your original code.&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;&lt;SPAN class="keyword token"&gt;def&lt;/SPAN&gt; &lt;SPAN class="token function"&gt;assignValue&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;DWType&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; CurrentDepth&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;
   &lt;SPAN class="keyword token"&gt;if&lt;/SPAN&gt; DWType &lt;SPAN class="operator token"&gt;==&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'single'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;  
       Value &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;90&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;-&lt;/SPAN&gt; CurrentDepth&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;/&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;90&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;*&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;100&lt;/SPAN&gt;
   &lt;SPAN class="keyword token"&gt;if&lt;/SPAN&gt; DWType &lt;SPAN class="operator token"&gt;==&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'double'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;  
       Value &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;140&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;-&lt;/SPAN&gt; CurrentDepth&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;/&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;140&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;*&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;100&lt;/SPAN&gt;
   &lt;SPAN class="keyword token"&gt;if&lt;/SPAN&gt; DWType &lt;SPAN class="operator token"&gt;==&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'triple'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;  
       Value &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;190&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;-&lt;/SPAN&gt; CurrentDepth&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;/&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;190&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;*&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;100&lt;/SPAN&gt;
   &lt;SPAN class="keyword token"&gt;return&lt;/SPAN&gt; Value‍‍‍‍‍‍‍‍

&lt;SPAN class="keyword token"&gt;def&lt;/SPAN&gt; &lt;SPAN class="token function"&gt;assignValue&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;DWType&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; CurrentDepth&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;
   &lt;SPAN class="keyword token"&gt;if&lt;/SPAN&gt; DWType &lt;SPAN class="operator token"&gt;==&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'single'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;  
       Value &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;90&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;-&lt;/SPAN&gt; CurrentDepth&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;/&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;90&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;*&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;100&lt;/SPAN&gt;
   &lt;SPAN class="keyword token"&gt;elif&lt;/SPAN&gt; DWType &lt;SPAN class="operator token"&gt;==&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'double'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;  
       Value &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;140&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;-&lt;/SPAN&gt; CurrentDepth&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;/&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;140&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;*&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;100&lt;/SPAN&gt;
   &lt;SPAN class="keyword token"&gt;elif&lt;/SPAN&gt; DWType &lt;SPAN class="operator token"&gt;==&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'triple'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;  
       Value &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;190&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;-&lt;/SPAN&gt; CurrentDepth&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;/&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;190&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;*&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;100&lt;/SPAN&gt;
   &lt;SPAN class="keyword token"&gt;else&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;
       Value &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;-&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;999&lt;/SPAN&gt;
   &lt;SPAN class="keyword token"&gt;return&lt;/SPAN&gt; Value‍‍‍‍‍‍‍‍&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;/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;SPAN&gt;‍&lt;/SPAN&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, 10 Dec 2021 21:14:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/error-000539-error-running-expression/m-p/30974#M1090</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2021-12-10T21:14:36Z</dc:date>
    </item>
    <item>
      <title>Re: Error 000539: Error running expression. UnboundlocalError: local varialble 'Value' referenced before assignment</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/error-000539-error-running-expression/m-p/30975#M1091</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Joe, if you put that Value = -999 at the top as I suggested, it has the same result as your lines 16 and 17&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jan 2019 20:15:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/error-000539-error-running-expression/m-p/30975#M1091</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2019-01-25T20:15:03Z</dc:date>
    </item>
    <item>
      <title>Re: Error 000539: Error running expression. UnboundlocalError: local varialble 'Value' referenced before assignment</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/error-000539-error-running-expression/m-p/30976#M1092</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yep....&amp;nbsp; (I was typing my response as you posted yours; ironically we both chose -999 as the default value....)&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jan 2019 20:21:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/error-000539-error-running-expression/m-p/30976#M1092</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2019-01-25T20:21:19Z</dc:date>
    </item>
    <item>
      <title>Re: Error 000539: Error running expression. UnboundlocalError: local varialble 'Value' referenced before assignment</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/error-000539-error-running-expression/m-p/30977#M1093</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This applied all the values I had selected as -999, but no error message. So it seems like Joe said, none of my statements are being evaluated as true. So I suppose I will have to dig deeper there to figure out why. Thanks for the help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jan 2019 22:05:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/error-000539-error-running-expression/m-p/30977#M1093</guid>
      <dc:creator>ChristaRiley</dc:creator>
      <dc:date>2019-01-25T22:05:03Z</dc:date>
    </item>
    <item>
      <title>Re: Error 000539: Error running expression. UnboundlocalError: local varialble 'Value' referenced before assignment</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/error-000539-error-running-expression/m-p/30978#M1094</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="display: inline !important; float: none; background-color: #f5f2f0; color: #000000; font-family: monospace; font-size: 100%; font-style: inherit; font-variant: normal; font-weight: inherit; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre; word-spacing: 0px;"&gt;DWType&lt;/SPAN&gt;&amp;nbsp; check the text case for that field since Single, single and SINGLE are all different.&lt;/P&gt;&lt;P&gt;You can alter your condition to check for leading trailing spaces as well as the case issue&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;lower(str(DWType).strip())&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jan 2019 22:42:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/error-000539-error-running-expression/m-p/30978#M1094</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2019-01-25T22:42:08Z</dc:date>
    </item>
    <item>
      <title>Re: Error 000539: Error running expression. UnboundlocalError: local varialble 'Value' referenced before assignment</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/error-000539-error-running-expression/m-p/30979#M1095</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure if this is it....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px; margin: 0in 0in 8pt;"&gt;def &lt;STRONG&gt;assignValue&lt;/STRONG&gt;(DWType, CurrentDepth):&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px; margin: 0in 0in 8pt;"&gt;versus&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px; margin: 0in 0in 8pt;"&gt;&lt;SPAN&gt;&lt;STRONG&gt;assginValue&lt;/STRONG&gt;( !DRYW_DEPTH!, !Cur_BotDep!)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px; margin: 0in 0in 8pt;"&gt;&lt;SPAN&gt;(Should have errored out...)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jan 2019 23:20:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/error-000539-error-running-expression/m-p/30979#M1095</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2019-01-25T23:20:00Z</dc:date>
    </item>
  </channel>
</rss>

