Skip to content

Commit

Permalink
Skip the TEMP folder.
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisrossi committed Aug 4, 2011
1 parent fe64247 commit 028e8e1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions karl/evolve/zodb/evolve38.py
Expand Up @@ -18,6 +18,9 @@ def evolve(site):


def init_repo(repo, context):
if context.__name__ == 'TEMP':
return

if IFolder.providedBy(context):
for child in context.values():
init_repo(repo, child)
Expand Down

0 comments on commit 028e8e1

Please sign in to comment.