=== modified file 'scour.inkscape.py' --- scour.inkscape.py 2010-08-31 10:42:44 +0000 +++ scour.inkscape.py 2010-08-31 10:43:29 +0000 @@ -57,7 +57,7 @@ help="work around various renderer bugs (currently only librsvg)") def effect(self): - input = file(sys.argv[12], "r") + input = file(self.args[0], "r") sys.stdout.write(scourString(input.read(), self.options).encode("UTF-8")) input.close() sys.stdout.close()