run make format

Signed-off-by: Alessandro Comodi <acomodi@antmicro.com>
This commit is contained in:
Alessandro Comodi 2020-04-02 17:43:55 +02:00
parent bf87e49e53
commit b1a710d7bf
1 changed files with 2 additions and 1 deletions

View File

@ -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(