Skip to content

Commit

Permalink
Merge branch 'master' into 3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tmarballi committed Oct 13, 2017
2 parents ea219ac + 0b334ab commit 2cd50bc
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions appscale/tools/appscale_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -1080,9 +1080,6 @@ def upgrade(cls, options):
passed in via the command-line interface.
"""
node_layout = NodeLayout(options)
if not node_layout.is_valid():
raise BadConfigurationException(
'Your ips_layout is invalid:\n{}'.format(node_layout.errors()))

latest_tools = APPSCALE_VERSION
try:
Expand Down

0 comments on commit 2cd50bc

Please sign in to comment.