Modify

Opened 12 years ago

Closed 12 years ago

#9774 closed defect (fixed)

git_post_receive.py has invalid indentation

Reported by: Brad Fritz Owned by: Russ Tyndall
Priority: normal Component: TimingAndEstimationPlugin
Severity: normal Keywords:
Cc: Brad Fritz Trac Release: 0.12

Description

Looks like r10840 broke git_post_receive.py:

$ python git_post_receive.py
  File "git_post_receive.py", line 141
    if re.match("^0+$",new) : continue
     ^
IndentationError: expected an indented block

The attached patch fixes the indentation.

Refs #8910.

Attachments (1)

git_post_receive_fix_indents.patch (5.4 KB) - added by Brad Fritz 12 years ago.
patch to fix indentation in git_post_receive.py

Download all attachments as: .zip

Change History (3)

Changed 12 years ago by Brad Fritz

patch to fix indentation in git_post_receive.py

comment:1 Changed 12 years ago by Russ Tyndall

Changeset [11258] by bobbysmith007

timingandestimationplugin/branches/trac0.12/scripts/git_post_receive.py

fixing indentation in git_post_receieve

Thanks for the patch, sorry for the bad changeset

comment:2 Changed 12 years ago by Russ Tyndall

Resolution: fixed
Status: newclosed

(In [11259]) fixing indentation in git_post_receieve

Thanks for the patch, sorry for the bad changeset

fix #9774

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Russ Tyndall.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.