PROBLEM: I have a python script that replaces an existing feature class within a GDB with new data using the line below (part of a longer script):
<SPAN class="pln" style="color: #303336;">arcpy</SPAN><SPAN class="pun" style="color: #303336;">.</SPAN><SPAN class="typ" style="color: #2b91af;">FeatureClassToFeatureClass_conversion</SPAN><SPAN class="pun" style="color: #303336;">(</SPAN><SPAN class="pln" style="color: #303336;">URD</SPAN><SPAN class="pun" style="color: #303336;">,</SPAN><SPAN class="pln" style="color: #303336;"> tempGDB</SPAN><SPAN class="pun" style="color: #303336;">,</SPAN><SPAN class="pln" style="color: #303336;"> </SPAN><SPAN class="str" style="color: #7d2727;">"URD"</SPAN><SPAN class="pun" style="color: #303336;">,</SPAN><SPAN class="pln" style="color: #303336;"> urd_selection_expression</SPAN><SPAN class="pun" style="color: #303336;">)</SPAN>