瀏覽代碼

Merge pull request #720 from kikov79/master

Remove pylint comment from Sha-Bang. SSH process get hung when calling python
Brenton Leanhardt 9 年之前
父節點
當前提交
04d172ac40
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      roles/openshift_facts/library/openshift_facts.py

+ 2 - 1
roles/openshift_facts/library/openshift_facts.py

@@ -1,4 +1,5 @@
-#!/usr/bin/python # pylint: disable=too-many-lines
+#!/usr/bin/python
+# pylint: disable=too-many-lines
 # -*- coding: utf-8 -*-
 # vim: expandtab:tabstop=4:shiftwidth=4
 # Reason: Disable pylint too-many-lines because we don't want to split up this file.