summaryrefslogtreecommitdiff
path: root/src/helpers
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2018-08-17 20:39:11 +0200
committerChristian Poessinger <christian@poessinger.com>2018-08-25 18:28:15 +0200
commitbbc698be2fcafad4e803fc01ec89f44a3aa20782 (patch)
treeb40df3c7b674d9f40d2e46280c6286abea145dce /src/helpers
parent8b334a05e4fbab73e7e060b45c9fb33e68ec8b95 (diff)
downloadvyos-1x-bbc698be2fcafad4e803fc01ec89f44a3aa20782.tar.gz
vyos-1x-bbc698be2fcafad4e803fc01ec89f44a3aa20782.zip
validate-value.py: remove tailing whitespaces
Diffstat (limited to 'src/helpers')
-rwxr-xr-xsrc/helpers/validate-value.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/helpers/validate-value.py b/src/helpers/validate-value.py
index d702739b5..36f996d38 100755
--- a/src/helpers/validate-value.py
+++ b/src/helpers/validate-value.py
@@ -23,7 +23,7 @@ try:
except Exception as exn:
if debug:
print(exn)
- else:
+ else:
pass
try: