Skip to content

Commit

Permalink
Backport fix for edit-vault-metadata.py
Browse files Browse the repository at this point in the history
Use Python 3.8 instead of distribution default Python 3.6, because
Python 3.6 has different (incompatible) arguments for the subprocess
module.
  • Loading branch information
stsnel committed Dec 16, 2024
1 parent 9fedc09 commit 0a8c09a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/edit-vault-metadata.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python3
#!/usr/local/bin/python3

"""
edit-vault-metadata : script for manually editing metadata of a data package
Expand Down

0 comments on commit 0a8c09a

Please sign in to comment.