Skip to content

Bugfix for Logger.setScenario()

Compare
Choose a tag to compare
@jongpie jongpie released this 08 Jun 20:04
· 106 commits to main since this release
8d00cf5
  • Fixed #326 by correcting a typo in a comparison operator in Logger.setScenario() - it was using = instead of ==. Thanks to @feisley for reporting this!
  • Made a few small optimizations to Logger_Tests so it can run tests in parallel