Skip to content

Commit 02eb9ff

Browse files
shulutkovmergify[bot]
authored andcommitted
samba_cmds: move --debuglevel option after positions arguments
Signed-off-by: myback <[email protected]>
1 parent e6376b9 commit 02eb9ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sambacc/samba_cmds.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ def _debug_args(self, dlvl: str = "--debuglevel={}") -> list[str]:
140140
return []
141141

142142
def raw_args(self) -> list[str]:
143-
return [self._name] + self._debug_args() + self.args
143+
return [self._name] + self.args + self._debug_args()
144144

145145
def __repr__(self) -> str:
146146
return "SambaCommand({!r}, {!r}, {!r})".format(

0 commit comments

Comments
 (0)