You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to use a lower case starting letter, cookiecutter appears to store it internally as uppercase
$ cookiecutter gh:KitwareMedical/SlicerCustomAppTemplate
You've downloaded C:\Users\sam.horvath\.cookiecutters\SlicerCustomAppTemplate be fore. Is it okay to delete and re-download it? [yes]: yes
project_name [SlicerCustomAppTemplate]: aevaSlicer
github_organization [Kitware]:
github_project [AevaSlicer]: aevaSlicer
org_domain [kitware.com]:
org_name [Kitware, Inc.]:
app_name [AevaSlicer]: aevaSlicer
app_version_major [0]:
app_version_minor [1]:
app_version_patch [0]:
app_description_summary [Customized version of Slicer]:
Traceback (most recent call last):
File "c:\users\sam.horvath\appdata\local\programs\python\python37\lib\runpy.py ", line 193, in _run_module_as_main
"__main__", mod_spec)
File "c:\users\sam.horvath\appdata\local\programs\python\python37\lib\runpy.py ", line 85, in _run_code
exec(code, run_globals)
File "C:\Users\sam.horvath\AppData\Local\Programs\Python\Python37\Scripts\cook iecutter.exe\__main__.py", line 9, in <module>
File "c:\users\sam.horvath\appdata\local\programs\python\python37\lib\site-pac kages\click\core.py", line 764, in __call__
return self.main(*args, **kwargs)
File "c:\users\sam.horvath\appdata\local\programs\python\python37\lib\site-pac kages\click\core.py", line 717, in main
rv = self.invoke(ctx)
File "c:\users\sam.horvath\appdata\local\programs\python\python37\lib\site-pac kages\click\core.py", line 956, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "c:\users\sam.horvath\appdata\local\programs\python\python37\lib\site-pac kages\click\core.py", line 555, in invoke
return callback(*args, **kwargs)
File "c:\users\sam.horvath\appdata\local\programs\python\python37\lib\site-pac kages\cookiecutter\cli.py", line 121, in main
password=os.environ.get('COOKIECUTTER_REPO_PASSWORD')
File "c:\users\sam.horvath\appdata\local\programs\python\python37\lib\site-pac kages\cookiecutter\main.py", line 94, in cookiecutter
output_dir=output_dir
File "c:\users\sam.horvath\appdata\local\programs\python\python37\lib\site-pac kages\cookiecutter\generate.py", line 364, in generate_files
generate_file(project_dir, infile, context, env)
File "c:\users\sam.horvath\appdata\local\programs\python\python37\lib\site-pac kages\cookiecutter\generate.py", line 176, in generate_file
with io.open(outfile, 'w', encoding='utf-8') as fh:
OSError: [Errno 22] Invalid argument: 'D:\\Cookiecutter\\AevaSlicer\x1b[D\x1b[D\ x1b[D\x1b[D\x1b[D\x1b[D\x1b[D\x1b[D\x1b[D\x1b[D\x1b[a\\CMakeLists.txt'
Note how the defaults for later prompts are uppercase
The text was updated successfully, but these errors were encountered:
When trying to use a lower case starting letter, cookiecutter appears to store it internally as uppercase
Note how the defaults for later prompts are uppercase
The text was updated successfully, but these errors were encountered: