X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=daklib%2Fbinary.py;h=80805276c4ebcef33d7a45564b944606905cdaa4;hb=9ab9e101a215be6125f0f2ccb73d346de4571014;hp=06f773c91e70e2fa9856393125294dbe4091867d;hpb=08cfcad53467bcae8ad9b7fba2624efccae45044;p=dak.git diff --git a/daklib/binary.py b/daklib/binary.py index 06f773c9..80805276 100755 --- a/daklib/binary.py +++ b/daklib/binary.py @@ -72,10 +72,9 @@ class Binary(object): if we were given a reject function, send the reject message, otherwise send it to stderr. """ + print >> sys.stderr, message if self.wrapped_reject: self.wrapped_reject(message) - else: - print >> sys.stderr, message def __del__(self): """