From 6aaf96a3d6e7d0d426e97e11a2fcf52fda00e733 Mon Sep 17 00:00:00 2001 From: bashonly <88596187+bashonly@users.noreply.github.com> Date: Mon, 1 Jul 2024 17:51:27 -0500 Subject: [cleanup] Misc (#10075) Closes #10303 Authored by: bashonly, seproDev, jucor, c-basalt Co-authored-by: sepro <4618135+seproDev@users.noreply.github.com> Co-authored-by: Julien Cornebise Co-authored-by: c-basalt <117849907+c-basalt@users.noreply.github.com> --- devscripts/cli_to_api.py | 2 ++ 1 file changed, 2 insertions(+) mode change 100644 => 100755 devscripts/cli_to_api.py (limited to 'devscripts/cli_to_api.py') diff --git a/devscripts/cli_to_api.py b/devscripts/cli_to_api.py old mode 100644 new mode 100755 index 2aa51eb6e..9c2710e09 --- a/devscripts/cli_to_api.py +++ b/devscripts/cli_to_api.py @@ -1,3 +1,5 @@ +#!/usr/bin/env python3 + # Allow direct execution import os import sys -- cgit v1.2.3