mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-12-31 10:26:39 +01:00
Added debug function
This commit is contained in:
parent
dfc5df2a9a
commit
f03c60c9c0
1 changed files with 5 additions and 0 deletions
|
@ -97,3 +97,8 @@ class Utils(object):
|
|||
line = line.lstrip()
|
||||
if line and not line.startswith("#"):
|
||||
return line
|
||||
|
||||
def debug(self, test):
|
||||
"""Function used for print some stuff for debugging
|
||||
"""
|
||||
print(test)
|
||||
|
|
Loading…
Reference in a new issue