##// END OF EJS Templates
removed leftover print
marcink -
r1243:e82d6aaa beta
parent child Browse files
Show More
@@ -162,7 +162,6 b' def get_repos(path, recursive=False):'
162 162 if not os.access(p, os.W_OK):
163 163 return
164 164 for dirpath in os.listdir(p):
165 print dirpath
166 165 if os.path.isfile(os.path.join(p, dirpath)):
167 166 continue
168 167 cur_path = os.path.join(p, dirpath)
General Comments 0
You need to be logged in to leave comments. Login now