Skip to content
Snippets Groups Projects
Commit 36252de2 authored by Peterson, Peter's avatar Peterson, Peter
Browse files

Re #13987. Fixing whitespace.

parent ca147d2e
No related branches found
No related tags found
No related merge requests found
......@@ -214,7 +214,7 @@ class PropertiesDirective(AlgorithmBaseDirective):
allowedValueString = str(prop.allowedValues)
# 4 allows for ['']
if len(allowedValueString) > 4:
if len(allowedValueString) > 4:
##make sure the last sentence ended with a full stop (or equivalent)
if (not desc.rstrip().endswith(".")) \
and (not desc.rstrip().endswith("!")) \
......@@ -227,7 +227,7 @@ class PropertiesDirective(AlgorithmBaseDirective):
if (not item.startswith(".")) and (not item[-4:].startswith(".")):
isFileExts = False
break
prefixString = " Allowed values: "
if isFileExts:
prefixString = " Allowed extensions: "
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment