We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8fcf4e commit f40dcdeCopy full SHA for f40dcde
1 file changed
FileHeader.py
@@ -3,7 +3,7 @@
3
# @Author: lime
4
# @Date: 2013-10-28 13:39:48
5
# @Last Modified by: Lime
6
-# @Last Modified time: 2014-11-25 14:23:57
+# @Last Modified time: 2015-01-12 09:51:33
7
8
import os
9
import sys
@@ -109,7 +109,6 @@ def get_template_part(syntax_type, part):
109
if os.path.exists(_) and os.path.isfile(_):
110
tmpl_file = _
111
112
- print(tmpl_file)
113
try:
114
template_file = open(tmpl_file, 'r')
115
contents = template_file.read()
0 commit comments