mirror of https://github.com/openXC7/prjxray.git
run make format
Signed-off-by: Alessandro Comodi <acomodi@antmicro.com>
This commit is contained in:
parent
bf87e49e53
commit
b1a710d7bf
|
|
@ -989,7 +989,8 @@ def main():
|
|||
parser.add_argument('--verbose', action='store_true')
|
||||
parser.add_argument(
|
||||
'--output',
|
||||
default=os.path.join(os.path.curdir, 'html', get_setting('XRAY_DATABASE')),
|
||||
default=os.path.join(
|
||||
os.path.curdir, 'html', get_setting('XRAY_DATABASE')),
|
||||
help='Put the generated files in this directory (default current dir).'
|
||||
)
|
||||
parser.add_argument(
|
||||
|
|
|
|||
Loading…
Reference in New Issue