Report the correct error in case nodejs is found, but not node

Review Request #8582 — Created Dec. 30, 2016 and submitted

Information

Djblets
master
722c218...

Reviewers

The exception handling logic incorrectly suppressed the exception raised when
nodejs was found but not node.

Running

$ python setup.py develop

on a Ubuntu system with nodejs installed now reports the correct error.

david
  1. Ship It!
  2. 
      
erijo
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to release-0.9.x (819cf4f)
reviewbot
  1. Tool: Pyflakes
    Processed Files:
        setup.py
    
    
    
    Tool: PEP8 Style Checker
    Processed Files:
        setup.py
    
    
  2. 
      
Loading...