Skip to content
Snippets Groups Projects
Commit 7834efed authored by Petar Hristov's avatar Petar Hristov :speech_balloon:
Browse files

Merge remote-tracking branch 'remotes/origin/main' into dev

# Conflicts:
#	src/KPI Generator/Reporting.cs
parents 919c8828 66a63125
No related branches found
No related tags found
1 merge request!14Fix: Organizations
Pipeline #846537 passed
......@@ -7,7 +7,7 @@
<AssemblyName>Coscine.KpiGenerator</AssemblyName>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Version>0.1.5</Version>
<Version>0.1.6</Version>
</PropertyGroup>
<PropertyGroup>
......
......@@ -297,6 +297,7 @@ public abstract class Reporting<O> where O : class
organization = inst.ToList()[0];
}
}
Console.WriteLine($" Could not find match for {organization}");
return organization;
}
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment