Skip to content

Commit

Permalink
Test for tags
Browse files Browse the repository at this point in the history
  • Loading branch information
LEGRAND Francois committed Sep 7, 2023
1 parent 12e984d commit 12acf38
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/hooks/update_rootfile_version.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#!/usr/bin/env python3
# Pre commit script which will update the version number in $versionfile when $watchedfile is commited
# Fleg Sept 2023

import subprocess
import sys, os
versionfile = "grand/dataio/version"
watchedfile = "scripts/hooks/update_rootfile_version.py"
watchedfile = "grand/dataio/root_trees.py"

def update_version(repo):
from os.path import exists
Expand Down

0 comments on commit 12acf38

Please sign in to comment.