pylint warns about these.
should be). Some broken servers return a relative path, or junk, and in
those cases rawdog shouldn't update the URL in the config file.
+Fix some more style problems reported by pylint.
+
- rawdog 2.21
Don't crash when asked to show a non-existant template ("-s foo") -- and
#!/usr/bin/env python
# rawdog: RSS aggregator without delusions of grandeur.
-# Copyright 2003, 2004, 2005, 2006 Adam Sampson <ats@offog.org>
+# Copyright 2003, 2004, 2005, 2006, 2016 Adam Sampson <ats@offog.org>
#
# rawdog is free software; you can redistribute and/or modify it
# under the terms of that license as published by the Free Software
profile.run("launch()")
else:
launch()
-
# plugins: handle add-on modules for rawdog.
-# Copyright 2004, 2005, 2013 Adam Sampson <ats@offog.org>
+# Copyright 2004, 2005, 2013, 2016 Adam Sampson <ats@offog.org>
#
# rawdog is free software; you can redistribute and/or modify it
# under the terms of that license as published by the Free Software
if not func(*args):
return True
return False
-
rawdog_p.close()
return 0
-