changeset 492:b4d2eca00197

Ensure ctags config directory before writing config.
author Ludovic Chabant <ludovic@chabant.com>
date Tue, 19 Oct 2021 18:02:50 -0700
parents ce7e5b759a39
children 16cac382ca7c
files install.py
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/install.py	Tue Oct 19 18:02:27 2021 -0700
+++ b/install.py	Tue Oct 19 18:02:50 2021 -0700
@@ -269,6 +269,7 @@
 def install_universal_ctags():
     # On Windows, u-ctags has a bug where it outputs double-backslashes.
     if is_windows:
+        ensure_dir('~/ctags.d')
         writelines('~/ctags.d/global.ctags', [
             '--output-format=e-ctags'
         ])