• Jérome Perrin's avatar
    *: adjust what 2to3's raise fixer could not handle automatically · 1cb15442
    Jérome Perrin authored
    RefactoringTool: Warnings/messages while refactoring:
    RefactoringTool: ### In file bt5/erp5_accounting_l10n_in/SkinTemplateItem/portal_skins/erp5_accounting_l10n_in/AccountModule_getTrialBalanceReportSectionList.py ###
    RefactoringTool: Line 21: could not convert: raise 'Tree mode no longer supported'
    RefactoringTool: Python 3 does not support string exceptions
    RefactoringTool: ### In file bt5/erp5_forge/SkinTemplateItem/portal_skins/erp5_forge/CategoryTool_generateTranslationFile.py ###
    RefactoringTool: Line 27: could not convert: raise 'Redirect', '%s/view?portal_status_message=%s' % (
                             context.portal_categories.absolute_url(),
                             message)
    RefactoringTool: Python 3 does not support string exceptions
    RefactoringTool: ### In file bt5/erp5_project/SkinTemplateItem/portal_skins/erp5_project/TaskReportModule_exportTaskReportListAsiCalendar.py ###
    RefactoringTool: Line 7: could not convert: raise 'Unauthorized', context
    RefactoringTool: Python 3 does not support string exceptions
    RefactoringTool: ### In file bt5/erp5_tiosafe_core/SkinTemplateItem/portal_skins/erp5_integration/IntegrationCategoryMapping_init.py ###
    RefactoringTool: Line 1: could not convert: raise "yo", context
    RefactoringTool: Python 3 does not support string exceptions
    RefactoringTool: ### In file product/ERP5Configurator/Document/WorkflowSecurityConfiguratorItem.py ###
    RefactoringTool: Line 69: could not convert: raise "NoValidName"
    RefactoringTool: Python 3 does not support string exceptions
    RefactoringTool: ### In file product/ERP5TioSafe/Conduit/AccountingERP5IntegrationConduit.py ###
    RefactoringTool: Line 81: could not convert: raise "getObjectType: ERROR journal code unknow"
    RefactoringTool: Python 3 does not support string exceptions
    RefactoringTool: ### In file product/ERP5TioSafe/tests/testSaleOrderERP5Synchronization.py ###
    RefactoringTool: Line 275: could not convert: raise 'A line has not been checked'
    RefactoringTool: Python 3 does not support string exceptions
    RefactoringTool: Line 376: could not convert: raise 'A line has not been checked'
    RefactoringTool: Python 3 does not support string exceptions
    RefactoringTool: Line 530: could not convert: raise 'A line has not been checked'
    RefactoringTool: Python 3 does not support string exceptions
    RefactoringTool: Line 813: could not convert: raise 'A line has not been checked'
    RefactoringTool: Python 3 does not support string exceptions
    RefactoringTool: Line 915: could not convert: raise 'A line has not been checked'
    RefactoringTool: Python 3 does not support string exceptions
    RefactoringTool: Line 962: could not convert: raise 'The lines must contain VAT, Product or Delivery, nothing else.'
    RefactoringTool: Python 3 does not support string exceptions
    1cb15442
testSaleOrderERP5Synchronization.py 45.8 KB