Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Fraccaman committed Jul 24, 2024
1 parent b3af722 commit 96ba06f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/validate-merge.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ def get_all_merged_transactions():

def is_valid_template():
namadac_binaries_path = os.environ.get("NAMADAC_PATH", 'namadac')
res = subprocess.run([namadac_binaries_path, "utils", "validate-genesis-templates", "--path", "genesis"], stdout=subprocess.PIPE, stderr=subprocess.PIPE, shell=True)
res = subprocess.run([namadac_binaries_path, "utils", "validate-genesis-templates", "--path", "genesis"], stdout=subprocess.PIPE, stderr=subprocess.PIPE)
if res.returncode > 0:
print(res.stderr)
print("---------")
Expand Down

0 comments on commit 96ba06f

Please sign in to comment.