Changes between Initial Version and Version 1 of Ticket #922


Ignore:
Timestamp:
Nov 18, 2006, 6:25:30 PM (17 years ago)
Author:
Noah Kantrowitz
Comment:

Fixing formatting

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #922 – Description

    initial v1  
    44
    55This is what I tried on the command line to test the script:
    6 
     6{{{
    77python /root/burndown_job.py /var/svn/trac/leap
     8}}}
    89
    910shell output:
    10 
     11{{{
    1112python burndown_job.py /var/svn/trac/leap
    1213  File "burndown_job.py", line 1
     
    1415    ^
    1516SyntaxError: invalid syntax
     17}}}
    1618
    1719What would be the correct method of calling this from cron or the command line in linux? Any help would be much appreciated.