Skip to content

Commit 36d5b21

Browse files
committed
Missing indents
1 parent 178d67e commit 36d5b21

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

contentctl/actions/initialize.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ def execute(self, config: test) -> None:
2222
for emptyDir in ['lookups', 'baselines', 'docs', 'reporting', 'investigations', 'app_template',
2323
'deployments', 'detections/application', 'detections/cloud', 'detections/endpoint',
2424
'detections/network', 'detections/web', 'data_sources', 'macros', 'stories']:
25-
#Throw an error if this directory already exists
25+
#Throw an error if this directory already exists
2626
(config.path/emptyDir).mkdir(exist_ok=False, parents=True)
2727

2828
else:
2929
#Create the following empty directories:
3030
for emptyDir in ['lookups', 'baselines', 'docs', 'reporting', 'investigations']:
31-
#Throw an error if this directory already exists
31+
#Throw an error if this directory already exists
3232
(config.path/emptyDir).mkdir(exist_ok=False)
3333

3434
#copy the contents of all template directories

0 commit comments

Comments
 (0)