Small bug on checking experiment

This commit is contained in:
felipecode 2018-01-18 14:19:50 +01:00
parent b59659c7b4
commit cec548c964
1 changed files with 1 additions and 3 deletions

View File

@ -299,9 +299,7 @@ class Benchmark(object):
def _experiment_exist(self):
folder = os.path.dirname(self._full_name)
return os.path.isdir(folder)
return os.path.isfile(self._full_name)
def _get_last_position(self):