[geany/geany] b90059: Fix target filename for updating Python identifiers in filetype definition

Enrico Tröger git-noreply at geany.org
Sun May 22 14:42:31 UTC 2022


Branch:      refs/heads/master
Author:      Enrico Tröger <enrico.troeger at uvena.de>
Committer:   Enrico Tröger <enrico.troeger at uvena.de>
Date:        Sun, 10 Oct 2021 14:38:15 UTC
Commit:      b90059829a90087950ee98220a6caceb690cab89
             https://github.com/geany/geany/commit/b90059829a90087950ee98220a6caceb690cab89

Log Message:
-----------
Fix target filename for updating Python identifiers in filetype definition


Modified Paths:
--------------
    scripts/update-python-identifiers.sh

Modified: scripts/update-python-identifiers.sh
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -8,7 +8,7 @@
 
 set -e
 
-file=data/filedefs/filetypes.python
+file=data/filedefs/filetypes.python.in
 
 [ -f "$file" ]
 



--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).


More information about the Commits mailing list