Skip to content

Commit

Permalink
invalid artifact char
Browse files Browse the repository at this point in the history
Signed-off-by: vsoch <vsoch@users.noreply.github.com>
  • Loading branch information
vsoch committed Aug 12, 2022
1 parent e2af41a commit 6a9db64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spliced/predict/abi_laboratory.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ def run_diff(self, splice):
libB_fullpath = metaB["lib"]
libs = [libA, libB]
libs.sort()
libs_uid = "|".join(libs).replace(".", "-")
libs_uid = "-".join(libs).replace(".", "-")

res = self.run_abi_laboratory(libA_fullpath, libB_fullpath, libs_uid)
res["splice_type"] = "different_lib"
Expand Down

0 comments on commit 6a9db64

Please sign in to comment.