💄 Fix violations against pylint.
This commit is contained in:
parent
c029ff2055
commit
ef8a05be38
8 changed files with 16 additions and 22 deletions
|
@ -4,8 +4,6 @@ import os
|
|||
import subprocess
|
||||
import sys
|
||||
|
||||
from lib.util import *
|
||||
|
||||
|
||||
SOURCE_ROOT = os.path.dirname(os.path.dirname(__file__))
|
||||
|
||||
|
@ -22,5 +20,6 @@ def main():
|
|||
else:
|
||||
subprocess.check_call(['node', coffee, '-c', '-o', output_dir, input_file])
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
sys.exit(main())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue