We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62bd629 commit d7e6050Copy full SHA for d7e6050
pyscan/measurement/run_info.py
@@ -63,10 +63,7 @@ def __init__(self):
63
self.average_d = -1
64
65
self.verbose = False
66
- try:
67
- self._pyscan_version = get_pyscan_version()
68
- except:
69
- self._pyscan_version = "undetected"
+ self._pyscan_version = get_pyscan_version()
70
71
def check(self):
72
'''Checks to see if runinfo is properly formatted. Called by Experiment object's `run()` methods.
0 commit comments