aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/LexGen.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/LexGen.py')
-rw-r--r--scripts/LexGen.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/LexGen.py b/scripts/LexGen.py
index a862b6288..fba9f6631 100644
--- a/scripts/LexGen.py
+++ b/scripts/LexGen.py
@@ -3,7 +3,7 @@
# Released to the public domain.
# Update Scintilla files.
-# Update version numbers and modification dates in documentation and header files.
+# Update version numbers and modification dates in documentation and header files.
# Update make dependencies.
# Requires Python 3.6 or later
@@ -58,7 +58,7 @@ def UpdateVersionNumbers(sci, root):
0)
def RegenerateAll(rootDirectory):
-
+
root = pathlib.Path(rootDirectory)
scintillaBase = root.resolve()