You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

13 lines
269 B

#!/usr/bin/python
# -*- coding: utf-8; -*-
from __future__ import print_function
import sys
import re
filename = sys.argv[-1]
print('{0}:17:4:Error: t is not true!'.format(filename))
print('{0}:19:11:Warning: This is a stupid message'.format(filename))
sys.exit(1)