We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15b1736 commit 78a61c2Copy full SHA for 78a61c2
.gitignore
@@ -26,7 +26,7 @@ spyder_crash.log
26
.cache
27
.coverage*
28
MANIFEST
29
-boot_branch.txt
+.boot_branch.txt
30
31
# git .orig files
32
*.orig
bootstrap.py
@@ -81,7 +81,7 @@
81
installed_dev_repo = False
82
if not args.no_install:
83
prev_branch = None
84
- boot_branch_file = DEVPATH / "boot_branch.txt"
+ boot_branch_file = DEVPATH / ".boot_branch.txt"
85
if boot_branch_file.exists():
86
prev_branch = boot_branch_file.read_text()
87
0 commit comments