diff options
| author | mike8699 <mikebuntu68@gmail.com> | 2025-01-01 21:19:30 -0500 |
|---|---|---|
| committer | mike8699 <mikebuntu68@gmail.com> | 2025-01-01 21:19:30 -0500 |
| commit | 83e058a8a11e9764d5674100a77310b5f10fee7c (patch) | |
| tree | e5995985f1fd300efe96593436a4d0c49ec59fa6 /tools/mangle.py | |
| parent | 88c72f047043dc57617bce1a979a534ababeb134 (diff) | |
Run `pre-commit` formatting
Diffstat (limited to 'tools/mangle.py')
| -rw-r--r-- | tools/mangle.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/mangle.py b/tools/mangle.py index d14bec54..68d2aeb3 100644 --- a/tools/mangle.py +++ b/tools/mangle.py @@ -46,7 +46,7 @@ try: except subprocess.CalledProcessError as e: print(e.stdout.decode()) exit(1) - + output = output.decode() # print(output) |
