Update of /cvsroot/freevo/freevo/helpers
In directory sc8-pr-cvs1:/tmp/cvs-serv20357

Modified Files:
        tvgrep.py 
Log Message:
Whoop,s was checking for command-line option 2 instead of 1, fixed now.


Index: tvgrep.py
===================================================================
RCS file: /cvsroot/freevo/freevo/helpers/tvgrep.py,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** tvgrep.py   21 Mar 2003 05:28:13 -0000      1.4
--- tvgrep.py   21 Mar 2003 06:00:37 -0000      1.5
***************
*** 92,96 ****
  # Ugly.
  
! if (len(sys.argv) > 2) and ((sys.argv[2] == '-listing') or (sys.argv[2] == 
'-schedule')):
      pattern = sys.argv[2]
      for m in sys.argv[3:]:
--- 92,96 ----
  # Ugly.
  
! if (len(sys.argv) > 2) and ((sys.argv[1] == '-listing') or (sys.argv[1] == 
'-schedule')):
      pattern = sys.argv[2]
      for m in sys.argv[3:]:




-------------------------------------------------------
This SF.net email is sponsored by: Tablet PC.  
Does your code think in ink? You could win a Tablet PC. 
Get a free Tablet PC hat just for playing. What are you waiting for? 
http://ads.sourceforge.net/cgi-bin/redirect.pl?micr5043en
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to