diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-01-28 19:25:29 -0500 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-01-28 19:25:29 -0500 |
| commit | 4d2dda94e25da2923d78d3e91d18cf7a45f58dcf (patch) | |
| tree | a6141f0ff1d8f3c88728eb435882e4e7b7be521f /tools | |
| parent | bcedcd8731cf869750c0baaa92e2dee7851a1725 (diff) | |
Forgot to set `+x` on matDL_dis too
Diffstat (limited to 'tools')
| -rwxr-xr-x[-rw-r--r--] | tools/converters/matDL_dis.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/converters/matDL_dis.py b/tools/converters/matDL_dis.py index 19d54ee7..56ed3f3f 100644..100755 --- a/tools/converters/matDL_dis.py +++ b/tools/converters/matDL_dis.py @@ -1,3 +1,5 @@ +#!/usr/bin/env python3 + from argparse import ArgumentParser import struct import os |
