Skip to content

Commit

Permalink
Bump MSL 3.2.1
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18872 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed Jan 30, 2014
1 parent 949c06d commit fc9b813
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions svn-clean.py
Expand Up @@ -18,6 +18,7 @@ def removeall(path):
os.rmdir(path)

unversionedRex = re.compile('^ ?[\?ID] *[1-9 ]*[a-zA-Z]* +(.*)')
for l in os.popen('svn status --no-ignore -v').readlines():
for l in os.popen('svn status --no-ignore -v').readlines():
match = unversionedRex.match(l)
if match: removeall(match.group(1))
if match: print match.group(1)
# if match: removeall(match.group(1))

0 comments on commit fc9b813

Please sign in to comment.