瀏覽代碼

set executable bit on python scripts

Julius Pfrommer 6 年之前
父節點
當前提交
c4c2c6f316

+ 0 - 0
tools/amalgamate.py


+ 0 - 0
tools/c2rst.py


+ 2 - 0
tools/certs/create_self-signed.py

@@ -1,3 +1,5 @@
+#!/usr/bin/env python
+
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this 
 # file, You can obtain one at http://mozilla.org/MPL/2.0/.

+ 0 - 0
tools/generate_datatypes.py


+ 0 - 0
tools/generate_statuscode_descriptions.py


+ 0 - 0
tools/nodeset_compiler/NodeID_AssumeExternal.txt


+ 0 - 0
tools/nodeset_compiler/nodeset_compiler.py


+ 1 - 1
tools/valgrind_check_error.py

@@ -88,4 +88,4 @@ if log_content.isspace():
 
 # There is something fishy in the valgrind output, so error-exit
 print(log_content)
-exit(1)
+exit(1)