From 9852b518e2c0299d69a6cc0a5b55e915750426bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franz=20P=C3=B6schel?= Date: Tue, 18 Apr 2023 16:03:22 +0200 Subject: [PATCH] Add pragma to check.py --- share/openPMD/json_schema/check.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/share/openPMD/json_schema/check.py b/share/openPMD/json_schema/check.py index 9fa197afe8..ffa08cd99e 100755 --- a/share/openPMD/json_schema/check.py +++ b/share/openPMD/json_schema/check.py @@ -1,3 +1,5 @@ +#!/usr/bin/env python + import json import os from pathlib import Path