Guest User

Untitled

a guest
Dec 14th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.25 KB | None | 0 0
  1. def check_syntax(ctx):
  2.     print("Checking syntax on " + ctx.options.file)
  3.     ctx.stlib(
  4.         source = ctx.options.file,
  5.         includes = ['Source/', 'Source/External/Include/'],
  6.         target = 'flymake',
  7.         always = True
  8.         )
Add Comment
Please, Sign In to add comment