Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • Gaudi Gaudi
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Issue
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Charles Burton
  • GaudiGaudi
  • Repository
Switch branch/tag
  • Gaudi
  • GaudiKernel
  • python
  • GaudiKernel
  • Configurable.py
Find file BlameHistoryPermalink
  • Alex Pearce's avatar
    Use Python 3 compatible `except` syntax. · 80a85700
    Alex Pearce authored Nov 28, 2017
    The forward compatible syntax from 2.6 plus is:
    
        except SomeException as err
    
    rather than
    
        except SomeException, err
    80a85700