Skip to content

Commit

Permalink
add high precsion error severity code
Browse files Browse the repository at this point in the history
  • Loading branch information
hsm207 committed Feb 15, 2024
1 parent 2e90b26 commit 98f4e40
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions langchain_weaviate/foo.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
import subprocess


def area(r):
# if DEBUG:
# print("Computing area of %r" % r)
Expand Down Expand Up @@ -29,3 +32,6 @@ def redirect(url):
def load_from_config(key, config_file):
# TODO: Implement loading from config logic
pass

# https://codeql.github.com/codeql-query-help/python/py-side-effect-in-assert/
assert subprocess.call(['run-backup']) == 0

0 comments on commit 98f4e40

Please sign in to comment.