~bdrung/apport/cleanup

« back to all changes in this revision

Viewing changes to apport/report.py

  • Committer: Benjamin Drung
  • Date: 2020-08-20 16:18:28 UTC
  • Revision ID: bdrung@ubuntu.com-20200820161828-0buhuyin92f43pqa
Resolve pycodestyle issues

Import changes from apport 2.20.11-0ubuntu7 (from Brian Murray).

Show diffs side-by-side

added added

removed removed

Lines of Context:
505
505
            pathlist = [path]
506
506
 
507
507
            if not module and desc[2] == imp.PKG_DIRECTORY:
508
 
                    module = ['__init__']
 
508
                module = ['__init__']
509
509
 
510
510
        if path and path.endswith('.pyc'):
511
511
            path = path[:-1]