Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf5858f6

Browse files
anaselliConan-Kudo
authored andcommitted
With a hugh transaction, number of bytes to dowload could be greater than
Int32, moreover byte number should be more than 0 so let's use Unsigend to avoidcrashes
1 parent966ea2b commitf5858f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎daemon/dnfdaemon-system.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -616,7 +616,7 @@ def ErrorMessage(self, error_msg):
616616
""" Send an error message """
617617
pass
618618

619-
@dbus.service.signal(DAEMON_INTERFACE)
619+
@dbus.service.signal(DAEMON_INTERFACE,signature='uu')
620620
defDownloadStart(self,num_files,num_bytes):
621621
""" Starting a new parallel download batch """
622622
pass

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp