Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
toargridding
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
esde
toar-public
toargridding
Commits
e572b1c1
Commit
e572b1c1
authored
11 months ago
by
Carsten Hinz
Browse files
Options
Downloads
Patches
Plain Diff
changed ID to use key and value. This results in more unique IDs
parent
553582f7
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!11
Creation of first beta release version
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
toargridding/metadata.py
+1
-1
1 addition, 1 deletion
toargridding/metadata.py
with
1 addition
and
1 deletion
toargridding/metadata.py
+
1
−
1
View file @
e572b1c1
...
@@ -149,7 +149,7 @@ class Metadata:
...
@@ -149,7 +149,7 @@ class Metadata:
For example, used for saving link to results of a request in the cache.
For example, used for saving link to results of a request in the cache.
"""
"""
addition
=
"
_
"
.
join
(
str
(
i
)
for
i
in
sorted
(
self
.
moreOptions
.
value
s
()))
addition
=
"
_
"
.
join
(
f
"
{
key
}
-
{
val
}
"
for
key
,
val
in
sorted
(
self
.
moreOptions
.
item
s
()))
return
"
_
"
.
join
(
str
(
i
)
for
i
in
[
self
.
variable
.
name
,
self
.
statistic
,
self
.
time
.
daterange_option
,
addition
,
"
at
"
,
datetime
.
now
().
date
().
isoformat
()])
return
"
_
"
.
join
(
str
(
i
)
for
i
in
[
self
.
variable
.
name
,
self
.
statistic
,
self
.
time
.
daterange_option
,
addition
,
"
at
"
,
datetime
.
now
().
date
().
isoformat
()])
def
get_title
(
self
)
->
str
:
def
get_title
(
self
)
->
str
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment