develmaycare / pyprojectutils

A collection of documentation and command line utilities for managing a software project.
BSD 3-Clause "New" or "Revised" License
1 stars 1 forks source link

Init Project Fails With TypeError When Path Does Not Exist #78

Closed develmaycare closed 7 years ago

develmaycare commented 7 years ago

Run from $PROJECT_HOME.

Traceback (most recent call last):
  File "/usr/local/bin/initproject", line 9, in <module>
    load_entry_point('pyprojectutils==0.29.0-d', 'console_scripts', 'initproject')()
  File "/usr/local/Cellar/python/2.7.6/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/pyprojectutils/cli.py", line 1229, in init_project_command
    project = Project(args.project_name, path=args.project_home)
TypeError: __init__() got multiple values for keyword argument 'path'