Upload files to "diagnostics"
This commit is contained in:
3
diagnostics/OtherFunctions.py
Normal file
3
diagnostics/OtherFunctions.py
Normal file
@@ -0,0 +1,3 @@
|
||||
def log(string, verbose):
|
||||
if(verbose):
|
||||
print("[LOG (verbose)]", string)
|
||||
Reference in New Issue
Block a user