We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f8c2b5 commit ee081deCopy full SHA for ee081de
1 file changed
n3fit/src/n3fit/checks.py
@@ -583,7 +583,6 @@ def fktable_hasher(data, output_path):
583
for fk in fkspecs:
584
# Make a list of the FK tables
585
table_names = [name for group in fk.metadata.FK_tables for name in group]
586
- import pdb; pdb.set_trace()
587
for fkpath, table_name in zip(fk.fkpath, table_names):
588
589
fkhash = hashlib.md5(fkpath.read_bytes()).hexdigest()
0 commit comments