X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=daklib%2Fcontents.py;h=8c064226273be24d7e61c9b6831ade590bd6aadb;hb=3f98886cf4658f5634019343cae81002c122e890;hp=dffb425e3cc2e5f8c5245de9e209fdaaa7a1f454;hpb=14ee11299852e43c6d061fc2ed1cc3bb0fc1f9f3;p=dak.git diff --git a/daklib/contents.py b/daklib/contents.py index dffb425e..8c064226 100755 --- a/daklib/contents.py +++ b/daklib/contents.py @@ -426,7 +426,7 @@ class SourceContentsScanner(object): session.close() return { 'processed': processed, 'remaining': remaining } -def source_scan_helper(binary_id): +def source_scan_helper(source_id): ''' This function runs in a subprocess. '''