Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
beat
beat.cmdline
Commits
1fa53c58
Commit
1fa53c58
authored
Feb 26, 2018
by
Samuel GAIST
Browse files
[algorithms] hashDatasetOutput has become hashDataset
parent
d645a23d
Pipeline
#17196
canceled with stage
in 935 minutes and 25 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
beat/cmdline/algorithms.py
View file @
1fa53c58
...
...
@@ -272,7 +272,7 @@ def execute(prefix, cache, instructions_file):
if
cfg
.
has_key
(
'database'
):
# Connected to a database output
db
=
DatabaseStorage
(
prefix
,
cfg
[
'database'
])
cfg
[
'hash'
]
=
hash
.
hashDataset
Output
(
db
.
hash
(),
cfg
[
'protocol'
],
cfg
[
'set'
]
,
cfg
[
'output'
]
)
cfg
[
'hash'
]
=
hash
.
hashDataset
(
db
.
hash
(),
cfg
[
'protocol'
],
cfg
[
'set'
])
cfg
[
'path'
]
=
hash
.
toPath
(
cfg
[
'hash'
],
''
)
else
:
cfg
[
'path'
]
=
hash
.
toPath
(
cfg
[
'hash'
],
''
)
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment