Fix bug with velocity warning.

Add button to suppress
This commit is contained in:
sliptonic
2022-02-28 17:55:19 -06:00
parent 974bb02c4d
commit 13cd8d2c15
4 changed files with 20 additions and 6 deletions

View File

@@ -25,8 +25,11 @@ import glob
import os
import PathScripts.PathLog as PathLog
# PathLog.setLevel(PathLog.Level.INFO, PathLog.thisModule())
# PathLog.trackModule()
if False:
PathLog.setLevel(PathLog.Level.DEBUG, PathLog.thisModule())
PathLog.trackModule(PathLog.thisModule())
else:
PathLog.setLevel(PathLog.Level.INFO, PathLog.thisModule())
DefaultFilePath = "DefaultFilePath"
DefaultJobTemplate = "DefaultJobTemplate"