Skip to content
This repository has been archived by the owner on Sep 15, 2020. It is now read-only.

Commit

Permalink
[PEP8] Minor indentation fix
Browse files Browse the repository at this point in the history
Signed-off-by: Jake Hunsaker <[email protected]>
  • Loading branch information
TurboTurtle committed Sep 4, 2019
1 parent 60a18cb commit 6030695
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion soscollector/sos_collector.py
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ def _load_group_config(self):
elif os.path.exists(
os.path.join(COLLECTOR_LIB_DIR, self.config['group'])
):
fname = os.path.join(COLLECTOR_LIB_DIR, self.config['group'])
fname = os.path.join(COLLECTOR_LIB_DIR, self.config['group'])
else:
raise OSError('Group not found')

Expand Down

0 comments on commit 6030695

Please sign in to comment.