conflict data collection
This commit is contained in:
6 files changed
+61
-8
No files matched your search
+1
-1
@@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env python
|
||||
|
||||
# Define global debug function
|
||||
debug = lambda msg : print(f">> Debug: {msg}")
|
||||
debug = lambda data : print(f'>> Debug: {data}') if type(data) == str else print('>> Debug: ', data)
|
||||
Reference in new issue
Block a user