Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:42.1:Update
pulseaudio-equalizer
0004-do-not-crash-on-missing-preset.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 0004-do-not-crash-on-missing-preset.patch of Package pulseaudio-equalizer
--- pulseaudio-equalizer.orig/usr/share/pulseaudio-equalizer/pulseaudio-equalizer.py 2011-03-17 10:53:48.000000000 +0000 +++ pulseaudio-equalizer/usr/share/pulseaudio-equalizer/pulseaudio-equalizer.py 2011-03-17 11:18:04.000000000 +0000 @@ -180,10 +180,13 @@ class Equalizer: if os.path.isfile(presetdir1 + "/" + preset + ".preset"): f = open(presetdir1 + "/" + preset + ".preset", "r") rawdata=f.read().split('\n') - else: + f.close + elif os.path.isfile(presetdir2 + "/" + preset + ".preset"): f = open(presetdir2 + "/" + preset + ".preset", "r") rawdata=f.read().split('\n') f.close + else: + print "Can't find %s preset" % preset ladspa_filename = str(rawdata[0]) ladspa_name = str(rawdata[1])
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