Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

install: Fixing NameError #1628

Closed
wants to merge 1 commit into from
Closed

Commits on May 5, 2015

  1. install: Fixing NameError

    If `len(args)` is lesser than two, then
    `install_path = dst_dir + node_prefix + '/'` would throw a `NameError`,
    because `dst_dir` will not be defined yet. So we are assigning `''` as
    the default value.
    thefourtheye committed May 5, 2015
    Configuration menu
    Copy the full SHA
    5409e7c View commit details
    Browse the repository at this point in the history