Skip to content

Commit

Permalink
rm embed
Browse files Browse the repository at this point in the history
  • Loading branch information
profxj committed Nov 3, 2024
1 parent 0f04176 commit da15f39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frb/builds/build_hosts.py
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ def run(host_input:pandas.core.series.Series,
if key in merge_tbl.keys() and not chk_fill(sub_tbl[key].data[0]):
merge_tbl[key] = sub_tbl[key]
else:
embed(header='307 of build_hosts')
#embed(header='307 of build_hosts')
if not chk_fill(sub_tbl[key].data[0]):
merge_tbl[key] = sub_tbl[key]
else:
Expand Down

0 comments on commit da15f39

Please sign in to comment.