Changeset 38958 for trunk/ippToPsps/jython/batch.py
- Timestamp:
- Oct 24, 2015, 2:20:15 PM (11 years ago)
- File:
-
- 1 edited
-
trunk/ippToPsps/jython/batch.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippToPsps/jython/batch.py
r38924 r38958 466 466 for table in tables: 467 467 468 # example of listing all columns in a table: 469 ## print "-----table: " + table.name 470 ## columns = table.columns() 471 ## for column in columns: 472 ## print column 473 ## 474 ## print "-----" 475 468 476 # print "import smf table ", table 469 477 match = re.match(filter, table.name) … … 475 483 476 484 # print "read smf table ", table 477 self.logger.infoPair("read smf table", table )485 self.logger.infoPair("read smf table", table.name) 478 486 479 487 # drop any previous tables before import
Note:
See TracChangeset
for help on using the changeset viewer.
