summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorLagoLunatic <LagoLunatic@users.noreply.github.com>2025-01-28 19:25:29 -0500
committerLagoLunatic <LagoLunatic@users.noreply.github.com>2025-01-28 19:25:29 -0500
commit4d2dda94e25da2923d78d3e91d18cf7a45f58dcf (patch)
treea6141f0ff1d8f3c88728eb435882e4e7b7be521f /tools
parentbcedcd8731cf869750c0baaa92e2dee7851a1725 (diff)
Forgot to set `+x` on matDL_dis too
Diffstat (limited to 'tools')
-rwxr-xr-x[-rw-r--r--]tools/converters/matDL_dis.py2
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