Ticket #9774 (closed defect: fixed)

Opened 1 year ago

Last modified 1 year ago

git_post_receive.py has invalid indentation

Reported by: bradfritz Assigned to: bobbysmith007
Priority: normal Component: TimingAndEstimationPlugin
Severity: normal Keywords:
Cc: brad-trachacks@fritzfam.com 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

git_post_receive_fix_indents.patch (5.4 kB) - added by bradfritz on 02/07/12 03:33:03.
patch to fix indentation in git_post_receive.py

Change History

02/07/12 03:33:03 changed by bradfritz

  • attachment git_post_receive_fix_indents.patch added.

patch to fix indentation in git_post_receive.py

02/07/12 15:34:49 changed by bobbysmith007

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

02/07/12 15:35:17 changed by bobbysmith007

  • status changed from new to closed.
  • resolution set to fixed.

(In [11259]) fixing indentation in git_post_receieve

Thanks for the patch, sorry for the bad changeset

fix #9774


Add/Change #9774 (git_post_receive.py has invalid indentation)




Change Properties
Action