Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Docker-in-Docker (DinD) capabilities of public runners deactivated.
More info
Open sidebar
tev
plugin_event
Commits
c4ed0ca7
Commit
c4ed0ca7
authored
Dec 15, 2016
by
LE GAC Renaud
Browse files
Update EvtSelector._active_period to remove the exception.
parent
3f41e9df
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
modules/plugin_event/selector.py
modules/plugin_event/selector.py
+1
-1
No files found.
modules/plugin_event/selector.py
View file @
c4ed0ca7
...
@@ -206,7 +206,7 @@ class EvtSelector(SelectorActiveItems):
...
@@ -206,7 +206,7 @@ class EvtSelector(SelectorActiveItems):
return
(
rows
[
0
][
0
],
rows
[
-
1
][
1
])
return
(
rows
[
0
][
0
],
rows
[
-
1
][
1
])
else
:
else
:
r
aise
StandardError
(
"Failed to find start / leave date !"
)
r
eturn
(
None
,
None
)
def
_age
(
self
,
row
):
def
_age
(
self
,
row
):
"""Compute the age of the person associated to the history record, now.
"""Compute the age of the person associated to the history record, now.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment