Skip to content

Commit 3058c13

Browse files
committed
typo fix
1 parent 6baf4ab commit 3058c13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Scripts/GeMS_TranslateToShape_Arc10.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,7 @@ def main(gdbCopy, outWS, oldgdb):
436436
# list tables
437437
arcpy.env.workspace = gdbCopy
438438
for tbl in arcpy.ListTables():
439-
if arcpy.GetCount_management(tb) > 0:
439+
if arcpy.GetCount_management(tbl) > 0:
440440
outName = tbl+'.csv'
441441
dumpTable(tbl, outName, False, outputDir, logfile, isOpen, tbl)
442442
logfile.close()

0 commit comments

Comments
 (0)