We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4db6442 commit 0304ed3Copy full SHA for 0304ed3
robotpy_installer/cli_init.py
@@ -40,6 +40,6 @@ def run(self, main_file: pathlib.Path, project_path: pathlib.Path):
40
# Create .gitignore if it doesn't already exist
41
gitignore_path = pyproject.gitignore_path(project_path)
42
if not gitignore_path.exists():
43
- pyproject.write_default_gitignore(gitignore_path)
+ pyproject.write_default_gitignore(project_path)
44
45
logger.info("Created %s", gitignore_path)
0 commit comments