Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 698964
Collapse All | Expand All

(-)a/src/py/xml-rewrite-2.py (-1 / +2 lines)
Lines 375-380 parameters will break the script.""" Link Here
375
                else:
375
                else:
376
                    rewriter.process(f)
376
                    rewriter.process(f)
377
377
378
            os.chdir(cwd)
379
378
            # Then write it back out to the file
380
            # Then write it back out to the file
379
            with open(file, 'w') as f:
381
            with open(file, 'w') as f:
380
                rewriter.write(f)
382
                rewriter.write(f)
381
- 

Return to bug 698964