Skip to content

Commit d366c09

Browse files
committed
Export compact.py fixes to CASE-Utilities-Python
This patch is ready to merge into the feature branch CASE-Utilities-Python-next when a release is issued with this pull request merged: casework/CASE-Utilities-Python#2 References: * [AC-154] XML Schema datatype prefix needs to be explicit in all examples Signed-off-by: Alex Nelson <[email protected]>
1 parent f9c86ab commit d366c09

File tree

3 files changed

+5
-78
lines changed

3 files changed

+5
-78
lines changed

tests/govdocs1/files/799/987/Makefile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ all: \
3939
analysis.json: \
4040
analysis.ttl \
4141
$(RDF_TOOLKIT_JAR) \
42-
$(tests_srcdir)/src/compact.py
42+
$(top_srcdir)/dependencies/CASE-Utilities-Python/tests/src/compact.py
4343
java -jar $(RDF_TOOLKIT_JAR) \
4444
--infer-base-iri \
4545
--inline-blank-nodes \
@@ -48,9 +48,9 @@ analysis.json: \
4848
--target __$@ \
4949
--target-format json-ld
5050
source $(tests_srcdir)/venv/bin/activate \
51-
&& python3 $(tests_srcdir)/src/compact.py \
52-
__$@ \
53-
_$@
51+
&& python3 $(top_srcdir)/dependencies/CASE-Utilities-Python/tests/src/compact.py \
52+
_$@ \
53+
__$@
5454
rm __$@
5555
mv _$@ $@
5656

tests/src/compact.py

Lines changed: 0 additions & 73 deletions
This file was deleted.

0 commit comments

Comments
 (0)