Commit 83c73ec
committed
Fix IndentationError and NameError in cli.py
- Fixed indentation of 'elif args.command == "swap"' block
- Added is_interactive variable definition after args parsing
- Resolves syntax errors that prevented 8pkg command from running1 parent 4f97325 commit 83c73ec
1 file changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
953 | 953 | | |
954 | 954 | | |
955 | 955 | | |
| 956 | + | |
| 957 | + | |
| 958 | + | |
956 | 959 | | |
957 | 960 | | |
958 | 961 | | |
| |||
1079 | 1082 | | |
1080 | 1083 | | |
1081 | 1084 | | |
1082 | | - | |
1083 | | - | |
| 1085 | + | |
1084 | 1086 | | |
1085 | 1087 | | |
1086 | 1088 | | |
| |||
0 commit comments