Changeset 5322280 in indico


Ignore:
Timestamp:
09/13/11 15:27:45 (21 months ago)
Author:
Jose Benito <jose.benito.gonzalez@…>
Branches:
master, hello-world-walkthrough, ipv6, v0.98-series, v0.98.2, v0.98.3, v0.98b2, v0.99, 051b2622c51afb171a1dedb46a0df4fbb0cbd02e, 0da0c1403bae8e51d8229f460181c71b9e6dda72
Children:
ea89ac
Parents:
141333
git-author:
Pedro Ferreira <jose.pedro.ferreira@…> (09/13/11 14:44:44)
git-committer:
Jose Benito <jose.benito.gonzalez@…> (09/13/11 15:27:45)
Message:

[FIX] Forgotten prints

File:
1 edited

Legend:

Unmodified
Added
Removed
  • bin/migration/migrate_0.97_0.98.py

    r8b45cb r5322280  
    199199            if prevVersion < parse_version("0.98b1"): 
    200200                # handle sessions, that our iterator ignores 
    201                 print '< v0.98b1 only' 
    202201                for session in obj.getSessionList(): 
    203202                    _fixAccessController(session) 
     
    223222 
    224223        if prevVersion < parse_version("0.98b1"): 
    225             print '< v0.98b1 only' 
    226224            _fixAccessController(obj, 
    227225                                 fixSelf=(level != 'subcontrib')) 
Note: See TracChangeset for help on using the changeset viewer.