Changeset 852
- Timestamp:
- 06/02/07 06:51:22 (2 years ago)
- Files:
-
- 1 modified
-
trunk/jahtools/jbatch/jstack.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/jahtools/jbatch/jstack.py
r848 r852 337 337 else: 338 338 common.assign_prop( common.preview.video_store.properties( ).get_property( ksplit[ 1 ] ), [ ksplit[ 1 ], split[ 1 ] ] ) 339 elif id.find( ".@" ) > 0 and id.find( ".@" ) < id.find( "=" ): 340 self.stack.append( operands.operand( id ) ) 339 341 elif id.endswith( ".oml" ): 340 342 self.push_file( id, **args )
