comparison seqclust @ 3:8f7909cf86df draft

Uploaded
author petrn
date Fri, 20 Dec 2019 11:22:25 +0000
parents 94877d063270
children
comparison
equal deleted inserted replaced
2:94877d063270 3:8f7909cf86df
50 branch=branch, 50 branch=branch,
51 shorthash=shorthash, 51 shorthash=shorthash,
52 tag=tag, 52 tag=tag,
53 revcount=revcount 53 revcount=revcount
54 ) 54 )
55 except subprocess.CalledProcessError: 55 except:
56 # alernativelly - read it from file 56 # alernativelly - read it from file
57 try: 57 try:
58 with open(path + "/version_info.txt", 'r') as f: 58 with open(path + "/version_info.txt", 'r') as f:
59 version_info = f.read() 59 version_info = f.read()
60 except FileNotFoundError: 60 except FileNotFoundError: