Skip to content

Commit

Permalink
Remove haml in code check makemessages command
Browse files Browse the repository at this point in the history
  • Loading branch information
norkans7 committed Aug 18, 2023
1 parent da24288 commit 419026e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code_check.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def get_current_msgids():
ignore_paths = ("env/*", "src/*", "fabric/*", "media/*", "sitestatic/*", "static/*", "node_modules/*")
ignore_args = " ".join([f'--ignore="{p}"' for p in ignore_paths])

cmd(f"python manage.py makemessages -a -e haml,html,txt,py --no-location --no-wrap --symlinks {ignore_args}")
cmd(f"python manage.py makemessages -a -e html,txt,py --no-location --no-wrap --symlinks {ignore_args}")

# get the new set of msgids
actual_msgids = get_current_msgids()
Expand Down

0 comments on commit 419026e

Please sign in to comment.