Skip to content

Commit

Permalink
Merge pull request #232 from cqframework/refreshMeasureFailFix
Browse files Browse the repository at this point in the history
change measureName to show path so remove works
  • Loading branch information
Adam Stevenson authored May 17, 2021
2 parents 8bb531f + 1ead347 commit bacab42
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ public static void bundleMeasures(ArrayList<String> refreshedLibraryNames, Strin
String bundleDestPath = FilenameUtils.concat(FilenameUtils.concat(IGProcessor.getBundlesPath(igPath), MeasureTestGroupName), measureName);
persistBundle(igPath, bundleDestPath, measureName, encoding, fhirContext, new ArrayList<IBaseResource>(resources.values()), fhirUri);
bundleFiles(igPath, bundleDestPath, measureName, measureSourcePath, primaryLibrarySourcePath, fhirContext, encoding, includeTerminology, includeDependencies, includePatientScenarios, includeVersion);
bundledMeasures.add(measureName);
bundledMeasures.add(measureSourcePath);
}
} catch (Exception e) {
LogUtils.putException(measureName, e);
Expand Down

0 comments on commit bacab42

Please sign in to comment.