Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
pony
tshistory_supervision
Commits
ad0bb80da365
Commit
54d7ec6a
authored
Aug 19, 2019
by
Aurélien Campéas
Browse files
ts_marker: follow tshistory internal api cleanup
parent
0fe244dcccbf
Changes
1
Hide whitespace changes
Inline
Side-by-side
tshistory_supervision/tsio.py
View file @
ad0bb80d
...
...
@@ -183,7 +183,7 @@ class timeseries(basets):
@
tx
def
get_ts_marker
(
self
,
cn
,
name
,
revision_date
=
None
,
from_value_date
=
None
,
to_value_date
=
None
):
table
=
self
.
_
get
_t
s
_table
(
cn
,
name
)
table
=
self
.
_
series
_t
o
_table
name
(
cn
,
name
)
if
table
is
None
:
return
None
,
None
...
...
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