瀏覽代碼

Skipping any symlinks for the yaml validation check

Kenny Woodson 9 年之前
父節點
當前提交
964178acf7
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      git/yaml_validation.py

+ 1 - 1
git/yaml_validation.py

@@ -47,7 +47,7 @@ def main():
 
             print "+++++++ Received: %s" % file_mod
 
-            if not file_mod.endswith('.yml') and not file_mod.endswith('.yaml'):
+            if not file_mod.endswith('.yml') and not file_mod.endswith('.yaml') and not os.path.islink(file_mod):
                 continue
 
             try: