Commit 384ae72
Fix Python 3 exception handling syntax in share_log.py
Changed 'except EOFError, KeyboardInterrupt:' (Python 2 style)
to 'except (EOFError, KeyboardInterrupt):' (Python 3 proper syntax).
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 727df5c commit 384ae72
1 file changed
Lines changed: 3 additions & 6 deletions
File tree
- archinstall/lib
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
38 | | - | |
39 | | - | |
| 37 | + | |
40 | 38 | | |
41 | 39 | | |
42 | 40 | | |
43 | 41 | | |
44 | 42 | | |
45 | 43 | | |
46 | | - | |
47 | | - | |
| 44 | + | |
48 | 45 | | |
49 | 46 | | |
50 | 47 | | |
51 | 48 | | |
52 | 49 | | |
53 | | - | |
| 50 | + | |
54 | 51 | | |
55 | 52 | | |
56 | 53 | | |
| |||
0 commit comments