1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-07 22:04:23 +00:00
This commit is contained in:
deadc0de6
2023-12-22 10:39:09 +01:00
committed by deadc0de
parent a61bd34799
commit 223d9d2880
3 changed files with 5 additions and 13 deletions

View File

@@ -186,6 +186,7 @@ class Options(AttrMonitor):
self._set_attr_err = True
def debug_command(self):
"""print the original command"""
self.log.dbg(f'command: {self.argv}')
@classmethod