Commit 8f03a7a6 authored by Jérome Perrin's avatar Jérome Perrin

Two differents types of .cvsignore were generated, fix previous commit.



git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@10090 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 947e849b
...@@ -645,6 +645,7 @@ class ConstraintTemplate(Constraint): ...@@ -645,6 +645,7 @@ class ConstraintTemplate(Constraint):
f = open(init, 'w') f = open(init, 'w')
f.close() f.close()
# For convenience, make .cvsignore. # For convenience, make .cvsignore.
if generate_cvsignore:
cvsignore = os.path.join(path, '.cvsignore') cvsignore = os.path.join(path, '.cvsignore')
if not os.path.exists(cvsignore): if not os.path.exists(cvsignore):
f = open(cvsignore, 'w') f = open(cvsignore, 'w')
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment