Subversion Repositories DevTools

Rev

Rev 4381 | Rev 4866 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4381 Rev 4420
Line 14... Line 14...
14
) else if "%1" neq "" (
14
) else if "%1" neq "" (
15
    echo Report for month will be generated to %1.txt
15
    echo Report for month will be generated to %1.txt
16
    %PYTHON_EXE% crucible_reporting.py %1 > %1.txt
16
    %PYTHON_EXE% crucible_reporting.py %1 > %1.txt
17
) else (
17
) else (
18
    echo Report for previous month will be generated to standard output
18
    echo Report for previous month will be generated to standard output
19
    %PYTHON_EXE% crucible_reporting.py 
19
    %PYTHON_EXE% --verbose crucible_reporting.py 
20
)
20
)
21
 
21
 
22
:end
22
:end