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
b6c993936bc2
Commit
acca7c43
authored
Jun 12, 2019
by
Aurélien Campéas
Browse files
tsio: adjust comments
parent
c28e480ed572
Changes
1
Hide whitespace changes
Inline
Side-by-side
tshistory_supervision/tsio.py
View file @
b6c99393
...
...
@@ -64,7 +64,7 @@ class timeseries(basets):
if
manual
:
diff
=
ts
else
:
# insert & compute diff over
automatic
# insert & compute diff over
upstream
diff
=
self
.
upstream
.
insert
(
cn
,
ts
,
name
,
author
,
metadata
=
metadata
,
...
...
@@ -73,7 +73,7 @@ class timeseries(basets):
if
diff
is
None
:
return
# insert the diff over
automatic
or the manual edit into
synthetic
# insert the diff over
upstream
or the manual edit into
edited
a
=
super
().
insert
(
cn
,
diff
,
name
,
author
,
metadata
=
metadata
,
...
...
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