Skip to content
Snippets Groups Projects
Commit ba486365 authored by Powers, Peter M.'s avatar Powers, Peter M.
Browse files

Merge branch 'increment-lib' into 'main'

Increment lib

See merge request !805
parents 4aa8269a 76ce8fe1
No related branches found
No related tags found
1 merge request!805Increment lib
Pipeline #521526 passed
......@@ -12,7 +12,7 @@ micronautVersion = 3.2.3
micronautRxVersion = 2.1.1
nodePluginVersion = 3.0.1
nodeVersion = 16.3.0
nshmpLibVersion = 1.5.2
nshmpLibVersion = 1.5.4
nshmpUtilsJavaVersion = 0.4.0
openApiVersion = 4.0.0
shadowVersion = 7.1.2
......
......@@ -518,7 +518,7 @@ public class DisaggCalc {
private static String disaggFilename(Site site) {
String baseName = String.format(
"%.2f,%.2f.csv",
"%s,%s.json",
site.location().longitude,
site.location().latitude);
return site.name().equals(Site.NO_NAME)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment