mirror of https://github.com/openXC7/prjxray.git
pep8
Signed-off-by: John McMaster <johndmcmaster@gmail.com>
This commit is contained in:
parent
a931e999b6
commit
39167f12c4
|
|
@ -548,9 +548,7 @@ def main():
|
|||
import glob
|
||||
|
||||
parser = argparse.ArgumentParser(
|
||||
description=
|
||||
'Generate tilegrid.json from bitstream deltas'
|
||||
)
|
||||
description='Generate tilegrid.json from bitstream deltas')
|
||||
|
||||
parser.add_argument('--verbose', action='store_true', help='')
|
||||
parser.add_argument('--out', default='/dev/stdout', help='Output JSON')
|
||||
|
|
|
|||
Loading…
Reference in New Issue