Skip to content
This repository has been archived by the owner on May 8, 2024. It is now read-only.

Commit

Permalink
fix: remove debugging 'break' statement
Browse files Browse the repository at this point in the history
  • Loading branch information
ninpnin committed Feb 2, 2024
1 parent f1bb9c5 commit 75e5f5e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/digorigin.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ def main(args):
(Path(args.corpus_location) / f"{metadata['sitting']}").mkdir(parents=True, exist_ok=True)
# Create parlaclarin and write to disk
dict_to_parlaclarin(data)
break

if __name__ == "__main__":
parser = argparse.ArgumentParser(description=__doc__)
Expand Down

0 comments on commit 75e5f5e

Please sign in to comment.