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

Fixed misspelled attribute projectname to be project_name. #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dacox
Copy link

@dacox dacox commented Jul 8, 2016

$ cookiecutter  cookiecutter-scala-spark
project_name [My Scala Spark Application]: 
app_name [sparkapp]: 
project_short_description [A Scala Spark Application]: 
jarfile [sparkapp.jar]: 
version [0.0.1]: 
scala_version [2.10.4]: 
org_package [org.something]: 
org_name [Organization]: 
org_website [http://www.somesite.com]: 
Unable to create file 'build.sbt'
Error message: 'dict object' has no attribute 'projectname'
Context: {
    "cookiecutter": {
        "app_name": "sparkapp", 
        "jarfile": "sparkapp.jar", 
        "org_name": "Organization", 
        "org_package": "org.something", 
        "org_website": "http://www.somesite.com", 
        "project_name": "My Scala Spark Application", 
        "project_short_description": "A Scala Spark Application", 
        "scala_version": "2.10.4", 
        "version": "0.0.1"
    }
}

@IevgeniiB IevgeniiB mentioned this pull request Jan 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants