Skip to content

Commit

Permalink
ALlow local testing by tolerating parameters not being substituted
Browse files Browse the repository at this point in the history
  • Loading branch information
rpatterson committed Oct 29, 2012
1 parent 09d9cd2 commit bb1abf0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Expand Up @@ -7,7 +7,7 @@ examples/*.msdeploy/MANIFEST
examples/*.msdeploy/Manifest.xml
examples/*.msdeploy/iis_install.stamp
examples/*.msdeploy/web.config
examples/*.msdeploy/MyProject
examples/*.msdeploy/__msdeploy_*
Include/
Lib/
Scripts/
Expand Down
2 changes: 0 additions & 2 deletions examples/pyramid.msdeploy/setup.py
Expand Up @@ -32,8 +32,6 @@ def finalize_options(self):
install_msdeploy.install_msdeploy.finalize_options(self)
if self.scaffold == '__msdeploy_scaffold__':
self.scaffold = 'starter'
if self.project == '__msdeploy_project__':
self.project = 'MyProject'

def run(self):
"""Add a project from a project before testing."""
Expand Down

0 comments on commit bb1abf0

Please sign in to comment.