##// END OF EJS Templates
check-code: Only call check-code if __name__ = "__main__"....
Pierre-Yves David -
r10716:5f92bde7 default
parent child Browse files
Show More
@@ -134,6 +134,7 b' checks = ['
134 ('c', r'.*\.c$', cfilters, cpats),
134 ('c', r'.*\.c$', cfilters, cpats),
135 ]
135 ]
136
136
137 if __name__ == "__main__":
137 if len(sys.argv) == 1:
138 if len(sys.argv) == 1:
138 check = glob.glob("*")
139 check = glob.glob("*")
139 else:
140 else:
General Comments 0
You need to be logged in to leave comments. Login now