jetbrains: fix build_maven.py shebang

This commit is contained in:
Marie Ramlow
2025-01-09 17:55:13 +01:00
parent 48a14f2e99
commit 6299c4da50
@@ -1,5 +1,5 @@
#!/usr/bin/env nix-shell
# ! nix-shell -i python3 -p python3 python3.pkgs.xmltodict
#! nix-shell -i python3 -p python3 python3.pkgs.xmltodict
import os
from argparse import ArgumentParser
from xmltodict import parse