PEP8 cleanups.

Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
Roberto Rosario
2017-07-24 20:30:46 -04:00
parent 459771ba4f
commit 4096b8b882
22 changed files with 33 additions and 36 deletions

View File

@@ -240,7 +240,7 @@ class Command(management.BaseCommand):
allow_other=options['allow_other'],
allow_root=options['allow_root']
)
except RuntimeError as exception:
except RuntimeError:
if options['allow_other'] or options['allow_root']:
raise CommandError(
'Make sure \'user_allow_other\' is set in /etc/fuse.conf'