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
beat
beat.editor
Commits
f6029b0c
Commit
f6029b0c
authored
Feb 19, 2019
by
Samuel GAIST
Browse files
[backend][assetmodel] Add missing PlotterParameters type
parent
eaf9afc0
Changes
1
Hide whitespace changes
Inline
Side-by-side
beat/editor/backend/assetmodel.py
View file @
f6029b0c
...
...
@@ -42,7 +42,8 @@ class AssetType:
Experiment
=
4
Library
=
5
Plotter
=
6
Toolchain
=
7
PlotterParameters
=
7
Toolchain
=
8
@
classmethod
def
path
(
cls
,
type_
):
...
...
@@ -59,6 +60,8 @@ class AssetType:
path
=
"libraries"
elif
type_
==
cls
.
Plotter
:
path
=
"plotters"
elif
type_
==
cls
.
PlotterParameters
:
path
=
"plotterparameters"
elif
type_
==
cls
.
Toolchain
:
path
=
"toolchains"
...
...
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