Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
ess-public-screens
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ics-software
ess-public-screens
Commits
2c4bfaf2
Commit
2c4bfaf2
authored
1 year ago
by
Henrik Carling
Browse files
Options
Downloads
Patches
Plain Diff
Fixed small spelling error
parent
b3c34417
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#140907
passed
1 year ago
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
PythonServer/pos-python-server.py
+1
-1
1 addition, 1 deletion
PythonServer/pos-python-server.py
with
1 addition
and
1 deletion
PythonServer/pos-python-server.py
+
1
−
1
View file @
2c4bfaf2
...
@@ -201,7 +201,7 @@ async def get_archiver_from_secs(pvlist: str, seconds: int, samples: int, output
...
@@ -201,7 +201,7 @@ async def get_archiver_from_secs(pvlist: str, seconds: int, samples: int, output
def
search_cf
(
searchlist
:
str
,
output
:
str
):
def
search_cf
(
searchlist
:
str
,
output
:
str
):
wordlist
=
searchlist
.
split
(
"
,
"
)
wordlist
=
searchlist
.
split
(
"
,
"
)
if
len
(
wordlist
)
<=
1
and
len
(
wordlist
[
0
])
<
2
:
if
len
(
wordlist
)
<=
1
and
len
(
wordlist
[
0
])
<
2
:
return
"
Too few wor
l
ds or first word shorter than three chars
"
return
"
Too few words or first word shorter than three chars
"
all_casings
=
(
all_casings
=
(
lambda
s
:
s
lambda
s
:
s
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment