##// 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 if not os.access(p, os.W_OK):
162 if not os.access(p, os.W_OK):
163 return
163 return
164 for dirpath in os.listdir(p):
164 for dirpath in os.listdir(p):
165 print dirpath
166 if os.path.isfile(os.path.join(p, dirpath)):
165 if os.path.isfile(os.path.join(p, dirpath)):
167 continue
166 continue
168 cur_path = os.path.join(p, dirpath)
167 cur_path = os.path.join(p, dirpath)
General Comments 0
You need to be logged in to leave comments. Login now