Skip to content

Commit

Permalink
fixes format errors on docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Cesar Rodriguez committed Aug 22, 2020
1 parent 6beb097 commit 8bd290e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/policies/document_policies.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def dir_size(dir):
category = policy['category']
resource = filename.split('.')[1]
severity = policy['severity']
description = policy['description']
description = policy['description'].replace('\n','')
reference_id = policy['reference_id']
f.write(f"| {category} | {resource} | {severity} | {description} | {reference_id} |\n")
f.write("\n\n")
Expand Down

0 comments on commit 8bd290e

Please sign in to comment.