Remove old python lint doc generation scripts
This commit is contained in:
@@ -3,8 +3,8 @@
|
||||
import json
|
||||
import os
|
||||
import sys
|
||||
|
||||
from lintlib import log
|
||||
import logging as log
|
||||
log.basicConfig(level=log.INFO, format='%(levelname)s: %(message)s')
|
||||
|
||||
|
||||
def key(v):
|
||||
@@ -26,7 +26,7 @@ def key(v):
|
||||
|
||||
def main():
|
||||
if len(sys.argv) < 2:
|
||||
print("Error: specify output directory")
|
||||
log.error("specify output directory")
|
||||
return
|
||||
|
||||
outdir = sys.argv[1]
|
||||
|
||||
Reference in New Issue
Block a user