QuantumQuadrate / CsPyController

GNU Lesser General Public License v3.0
3 stars 3 forks source link

Whitespace at end of experiment file name causes CsPy softlock #29

Closed prhuft closed 4 years ago

prhuft commented 5 years ago

If whitespace follows an experiment filename entered in the Experiment window, CsPy cannot progress once the experiment is reset and run. To fix, add .rstrip() to the end of "self.experimentPath = datetime.datetime.fromtimestamp(self.timeStarted).strftime('%Y%m%d%H%M%S')+self.experimentDescriptionFilenameSuffix" in experiments.py/create_data_files

prhuft commented 4 years ago

fixed, merged into master