diff seqclust @ 3:8f7909cf86df draft

Uploaded
author petrn
date Fri, 20 Dec 2019 11:22:25 +0000
parents 94877d063270
children
line wrap: on
line diff
--- a/seqclust	Fri Dec 20 11:14:11 2019 +0000
+++ b/seqclust	Fri Dec 20 11:22:25 2019 +0000
@@ -52,7 +52,7 @@
             tag=tag,
             revcount=revcount
         )
-    except subprocess.CalledProcessError:
+    except:
         # alernativelly - read it from file
         try:
             with open(path + "/version_info.txt", 'r') as f: