Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information