Solved! Go to Solution.
>>> print arcpy.Exists(r'E:\StreetIntersectionList\ToolData\Test.gdb\Fred') True >>>
>>> print arcpy.Exists(r'E:\StreetIntersectionList\ToolData\Test.gdb\Fred') True >>>
I am following the steps in the book and replacing PD_Buffer with PD_%Incident%_Buffer and i keep getting an error that tells me
"The name contain invalid character" and it executes no further.
When running a model within ModelBuilder (using the Run button), output is always overwritten regardless of the overwrite output setting. This is by design and is a good thing.
However, if you run the model as a tool -- that is, you expand the toolbox and its models in the Catalog window, then double-click the model to open its dialog box, overwrite outputs does take effect; if you enter an existing dataset for an output parameter, it'll have a red X if it exists.