File: second.py

package info (click to toggle)
paraview 6.0.1%2Bdfsg1-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 158,748 kB
  • sloc: cpp: 905,936; xml: 128,071; python: 39,089; ansic: 32,785; javascript: 3,926; sh: 2,518; f90: 1,397; perl: 175; makefile: 81; pascal: 50; fortran: 29
file content (4 lines) | stat: -rw-r--r-- 101 bytes parent folder | download | duplicates (2)
1
2
3
4
import sys
def catalyst_execute(info):
    print("Error: This should not be called")
    sys.exit(1)