I'm writing a python script, I've got an mxd and its workspace is a geodatabase file with all the files I need into. The problem I'm encountering in testing and writing code is that, despite of the command:
arcpy.env.overwriteOutput=True
all the files contained in geodatabase fail to overwrite. There's a way to work around this?
No comments:
Post a Comment