summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConnor Hugh Moore <moore_c@pc17430.psi.ch>2026-07-16 13:49:44 +0200
committerConnor Hugh Moore <moore_c@pc17430.psi.ch>2026-07-16 13:49:44 +0200
commit43af3a674f2171c4ba22534b366277e18baad67b (patch)
treebbc6000e35da22ed61052e423c12bf5705359224
parent88686ecdd815936e0aa804e4f3289a86a6fcb682 (diff)
Updated shebang to specify python3.12
-rwxr-xr-xhpmr.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/hpmr.py b/hpmr.py
index 4fb858b..f8d288c 100755
--- a/hpmr.py
+++ b/hpmr.py
@@ -1,4 +1,4 @@
-#!/bin/python3
+#!/bin/env python3.12
import openmc
import math
import argparse