Changeset 311 for tbroadcast


Ignore:
Timestamp:
Nov 12, 2006, 12:25:43 PM (18 years ago)
Author:
garonne
Message:

add + for ignoring error

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tbroadcast/v2.0.3/python/tbroadcast.py

    r310 r311  
    524524        lines = lines +  '\t@echo "# ('+str(self.counter)+'/'+str(len(self.packages))+') Now trying ['+newcommand+'] in '+ self.packages[package]['path']+'"\n'
    525525        lines = lines +  '\t@echo "#--------------------------------------------------------------"\n'
    526         lines = lines + '\t@cd ' + self.packages[package]['path']           
    527         lines = lines + ' ; ' + newcommand               
     526        lines = lines + '\t+@cd ' + self.packages[package]['path']           
     527        lines = lines + ' ;' + newcommand               
    528528        lines = lines + '\n\n'
    529529        return lines
Note: See TracChangeset for help on using the changeset viewer.