[Python-checkins] python/dist/src/Lib/plat-mac bundlebuilder.py,1.14,1.15

jvr@users.sourceforge.net jvr@users.sourceforge.net
Tue, 25 Feb 2003 13:08:18 -0800


Update of /cvsroot/python/python/dist/src/Lib/plat-mac
In directory sc8-pr-cvs1:/tmp/cvs-serv2014

Modified Files:
	bundlebuilder.py 
Log Message:
tweak error message

Index: bundlebuilder.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/plat-mac/bundlebuilder.py,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** bundlebuilder.py	25 Feb 2003 21:00:55 -0000	1.14
--- bundlebuilder.py	25 Feb 2003 21:08:12 -0000	1.15
***************
*** 754,759 ****
  			srcdst = arg.split(':')
  			if len(srcdst) != 2:
! 				usage("-f or --file argument must be an absolute path and "
! 				      "a relative path, separated by a colon")
  			builder.files.append(srcdst)
  		elif opt in ('-e', '--executable'):
--- 754,759 ----
  			srcdst = arg.split(':')
  			if len(srcdst) != 2:
! 				usage("-f or --file argument must be two paths, "
! 				      "separated by a colon")
  			builder.files.append(srcdst)
  		elif opt in ('-e', '--executable'):