@@ -1957,7 +1957,7 @@ class LIBDNF_API TransactionCallbacks {
1957
1957
/// @return string representation of the scriptlet type
1958
1958
static const char * script_type_to_string(ScriptType type) noexcept;
1959
1959
'''
1960
- scriptletType = libdnf5 .rpm .TransactionCallbacks .script_type_to_string (scriptlet_type ),
1960
+ scriptletType = libdnf5 .rpm .TransactionCallbacks .script_type_to_string (scriptlet_type )
1961
1961
values = (session_object_path ,nevra , scriptlet_type , scriptletType )
1962
1962
logger .debug ('OnTransactionScriptStart: %s' , repr (values ))
1963
1963
if session_object_path != self .backend .session_path :
@@ -1977,7 +1977,7 @@ def _OnTransactionScriptStop(self, session_object_path, nevra, scriptlet_type, r
1977
1977
@scriptlet_type: scriptlet type that started (pre, post,...)
1978
1978
@return_code: return value of the script
1979
1979
'''
1980
- scriptletType = libdnf5 .rpm .TransactionCallbacks .script_type_to_string (scriptlet_type ),
1980
+ scriptletType = libdnf5 .rpm .TransactionCallbacks .script_type_to_string (scriptlet_type )
1981
1981
values = (session_object_path ,nevra , scriptlet_type , scriptletType , return_code )
1982
1982
logger .debug ('OnTransactionScriptStop: %s' , repr (values ))
1983
1983
if session_object_path != self .backend .session_path :
@@ -1995,7 +1995,7 @@ def _OnTransactionScriptError(self, session_object_path, nevra, scriptlet_type,
1995
1995
@scriptlet_type: scriptlet type that started (pre, post,...)
1996
1996
@return_code: return value of the script
1997
1997
'''
1998
- scriptletType = libdnf5 .rpm .TransactionCallbacks .script_type_to_string (scriptlet_type ),
1998
+ scriptletType = libdnf5 .rpm .TransactionCallbacks .script_type_to_string (scriptlet_type )
1999
1999
values = (session_object_path ,nevra , scriptlet_type , scriptletType , return_code )
2000
2000
logger .error ('_OnTransactionScriptError: %s' , repr (values ))
2001
2001
if session_object_path != self .backend .session_path :
0 commit comments