mirror of
https://github.com/hohn/sarif-cli.git
synced 2025-12-16 17:23:03 +01:00
Remove repls; add scripts/test-vcp.sh
This commit is contained in:
committed by
=Michael Hohn
parent
f1a70dd023
commit
c299321ab8
@@ -335,10 +335,6 @@ def joins_for_project_single(tgraph):
|
||||
.merge(sf(1111), how="left", left_on='automationDetails', right_on='struct_id', validate="1:m")
|
||||
.drop(columns=['automationDetails', 'struct_id'])
|
||||
.rename(columns={"id": "automationDetails"}))
|
||||
#
|
||||
# XX: automationDetails?
|
||||
import IPython
|
||||
IPython.embed(header="spot 3")
|
||||
#
|
||||
#newlines there or not - handle
|
||||
if 'newlineSequences' in project_df_temp1:
|
||||
|
||||
Reference in New Issue
Block a user