Changeset 852

Show
Ignore:
Timestamp:
06/02/07 06:51:22 (2 years ago)
Author:
lilo_booter
Message:

+ Temporary work around for var.@…=value var.@@prop=value assignments

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/jahtools/jbatch/jstack.py

    r848 r852  
    337337                        else: 
    338338                                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 ) ) 
    339341                elif id.endswith( ".oml" ): 
    340342                        self.push_file( id, **args )