Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Backports:SLE-15-SP5
pingus
pingus-scons-on-py3.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File pingus-scons-on-py3.patch of Package pingus
Index: pingus/SConscript =================================================================== --- pingus.orig/SConscript +++ pingus/SConscript @@ -126,12 +126,12 @@ class Project: def configure_end(self): self.env = self.conf.Finish() - print "Reports:" - print self.reports + print ("Reports:") + print (self.reports) if not self.fatal_error == "": - print "Fatal Errors:" - print self.fatal_error + print ("Fatal Errors:") + print (self.fatal_error) Exit(1) def configure_gxx(self):
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor