Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
Signed-off-by: Olivier Gayot <[email protected]>
  • Loading branch information
ogayot committed Sep 3, 2024
1 parent e5f9100 commit 8ecaaeb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions subiquity/cmd/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,9 @@ def main():

parser = make_server_args_parser()
opts = parser.parse_args(sys.argv[1:])

print("TIMEOUT IS ", opts.block_probing_timeout)

if opts.storage_version is None:
opts.storage_version = int(
opts.kernel_cmdline.get("subiquity-storage-version", 1)
Expand Down

0 comments on commit 8ecaaeb

Please sign in to comment.