Skip to content

Commit

Permalink
closes mozilla#3337
Browse files Browse the repository at this point in the history
  • Loading branch information
Amisha Sharma authored and Amisha Sharma committed Mar 27, 2023
1 parent 2075ddb commit 0fec388
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ share/python-wheels/
MANIFEST
cache/
node_modules/
buggy/

# Logs
*.log
Expand Down
7 changes: 7 additions & 0 deletions Brewfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
tap "homebrew/bundle"
tap "homebrew/cask"
tap "homebrew/core"
tap "ngrok/ngrok"
brew "mingw-w64"
brew "python@3.10"
cask "ngrok"
2 changes: 1 addition & 1 deletion bugbug/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ def get_human_readable_feature_names(self):
elif type_ == "text":
feature_name = f"Combined text contains '{feature_name}'"
elif type_ not in ("data", "couple_data"):
raise ValueError(f"Unexpected feature type for: {full_feature_name}")
raise ValueError(f"Unexpected feature type for:{full_feature_name}")

cleaned_feature_names.append(feature_name)

Expand Down

0 comments on commit 0fec388

Please sign in to comment.