aboutsummaryrefslogtreecommitdiff
path: root/rhodecode/lib/vcs/nodes.py
diff options
context:
space:
mode:
Diffstat (limited to 'rhodecode/lib/vcs/nodes.py')
-rw-r--r--rhodecode/lib/vcs/nodes.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/rhodecode/lib/vcs/nodes.py b/rhodecode/lib/vcs/nodes.py
index bd5214db..53b14461 100644
--- a/rhodecode/lib/vcs/nodes.py
+++ b/rhodecode/lib/vcs/nodes.py
@@ -420,6 +420,7 @@ class FileNode(Node):
"""Returns filenode extension"""
return self.name.split('.')[-1]
+ @property
def is_executable(self):
"""
Returns ``True`` if file has executable flag turned on.