#1950 print warn to stderr instead of stdout
Merged 4 years ago by tkopecek. Opened 4 years ago by tkopecek.
tkopecek/koji issue1152  into  master

file modified
+1 -1
@@ -3177,7 +3177,7 @@ 

              host = int(host)

          info = session.getHost(host)

          if info is None:

-             print("No such host: %s\n" % host)

+             warn("No such host: %s\n" % host)

              continue

          print("Name: %(name)s" % info)

          print("ID: %(id)d" % info)

Metadata Update from @tkopecek:
- Pull-request tagged with: testing-ready

4 years ago

Metadata Update from @jcupova:
- Pull-request tagged with: testing-done

4 years ago

Commit 87f716d fixes this pull-request

Pull-Request has been merged by tkopecek

4 years ago