Commit 7160c93
Fix: spinner using invalid escape sequence (#298)
Before this running this code would result in:
```
maas/client/utils/__init__.py:341: SyntaxWarning: invalid escape sequence '\|'
```
Co-authored-by: Jacopo Rota <jacopo.rota@canonical.com>1 parent 5eac0fe commit 7160c93
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
338 | 338 | | |
339 | 339 | | |
340 | 340 | | |
341 | | - | |
| 341 | + | |
342 | 342 | | |
343 | 343 | | |
344 | 344 | | |
| |||
0 commit comments