Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

examples: Fix wrong indentation in discover-loop.py #653

Merged
merged 1 commit into from
May 24, 2023

Conversation

bdrung
Copy link
Contributor

@bdrung bdrung commented May 23, 2023

Running examples/discover-loop.py fails:

  File "examples/discover-loop.py", line 59
    c.disconnect()
    ^
IndentationError: expected an indented block after 'try' statement on line 58

Running `examples/discover-loop.py` fails:

```
  File "examples/discover-loop.py", line 59
    c.disconnect()
    ^
IndentationError: expected an indented block after 'try' statement on line 58
```

Signed-off-by: Benjamin Drung <benjamin.drung@canonical.com>
@bdrung bdrung changed the title examples: Fix wrong indetation in discover-loop.py examples: Fix wrong indentation in discover-loop.py May 23, 2023
@igaw igaw merged commit c885f3b into linux-nvme:master May 24, 2023
@igaw
Copy link
Collaborator

igaw commented May 24, 2023

Thanks!

@bdrung bdrung deleted the fix-python branch May 24, 2023 14:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants