Skip to content

Commit

Permalink
Test commit
Browse files Browse the repository at this point in the history
  • Loading branch information
wagnerlmichael committed Apr 24, 2024
1 parent 845f775 commit 1f588cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manual_flagging/flagging.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
root = sp.getoutput("git rev-parse --show-toplevel")
os.chdir(os.path.join(root, "manual_flagging"))

# Use yaml as inputss
# Use yaml as inputs
with open(os.path.join("yaml", "inputs.yaml"), "r") as stream:
inputs = yaml.safe_load(stream)

Expand Down

0 comments on commit 1f588cf

Please sign in to comment.