Skip to content

Commit

Permalink
Coding style fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Michal Čihař <michal@cihar.com>
  • Loading branch information
nijel committed Jun 26, 2015
1 parent d1261c0 commit 4156b45
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions security/management/commands/import_pmasa.py
Expand Up @@ -124,9 +124,10 @@ def process_entry(self, path, name):
defaults=result.data
)


def handle(self, *args, **options):
path = os.path.join(settings.BASE_DIR, 'pmaweb', 'templates', 'security')
path = os.path.join(
settings.BASE_DIR, 'pmaweb', 'templates', 'security'
)
for filename in os.listdir(path):
if not filename.startswith('PMASA-'):
continue
Expand Down

0 comments on commit 4156b45

Please sign in to comment.