EMPHATICSoft / emphaticsoft

Base repository for art-based code
Apache License 2.0
1 stars 0 forks source link

Prevent RunHistory crash when nsubruns column isn't filled. #162

Closed lackey32 closed 8 months ago

lackey32 commented 8 months ago

RunHistory was crashing when trying to convert the string 'None' into an int. Changed it read in a string and convert to int if it's not 'None'.