vscode: let cSpell work on commit messages, too
[gitweb.git] / git-p4.py
index 714e442d7cf954fa2debe6ae3bb9d6449c5c9e07..b449db1cc9020ad1d7a5e66418d6c97f088419b2 100755 (executable)
--- a/git-p4.py
+++ b/git-p4.py
@@ -1841,7 +1841,7 @@ def applyCommit(self, id):
                     filesToDelete.remove(path)
 
                 dst_mode = int(diff['dst_mode'], 8)
-                if dst_mode == 0120000:
+                if dst_mode == 0o120000:
                     symlinks.add(path)
 
             elif modifier == "D":