Skip to content

Commit f40dcde

Browse files
committed
fix #26 #28
1 parent c8fcf4e commit f40dcde

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

FileHeader.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# @Author: lime
44
# @Date: 2013-10-28 13:39:48
55
# @Last Modified by: Lime
6-
# @Last Modified time: 2014-11-25 14:23:57
6+
# @Last Modified time: 2015-01-12 09:51:33
77

88
import os
99
import sys
@@ -109,7 +109,6 @@ def get_template_part(syntax_type, part):
109109
if os.path.exists(_) and os.path.isfile(_):
110110
tmpl_file = _
111111

112-
print(tmpl_file)
113112
try:
114113
template_file = open(tmpl_file, 'r')
115114
contents = template_file.read()

0 commit comments

Comments
 (0)