From ff0ed977eea0282787edb6dacec55bb484797ff6 Mon Sep 17 00:00:00 2001 From: Sebastian Wagner Date: Tue, 3 Sep 2024 18:13:18 +0200 Subject: [PATCH] openioc.py is not a script, but had exec bit the file openioc can only be used as module and as part of a package, has no instructions for direct execution and is therefor not a script for direct execution this removes the executable bit from the file --- pymisp/tools/openioc.py | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 pymisp/tools/openioc.py diff --git a/pymisp/tools/openioc.py b/pymisp/tools/openioc.py old mode 100755 new mode 100644