mirror of
https://github.com/vale981/melpazoid
synced 2025-03-06 01:41:38 -05:00
add to default-recipe nag
This commit is contained in:
parent
2ad1e2aa78
commit
1a7ad10c57
1 changed files with 1 additions and 1 deletions
|
@ -419,7 +419,7 @@ def print_details(
|
|||
):
|
||||
_note('\n### Details ###\n', CLR_INFO)
|
||||
print(f"- `{recipe}`")
|
||||
if ':files' in recipe:
|
||||
if ':files' in recipe or ':branch' in recipe:
|
||||
_note(' - Prefer the default recipe, especially for small packages', CLR_WARN)
|
||||
print('- Package-Requires: ', end='')
|
||||
if _requirements(recipe_files):
|
||||
|
|
Loading…
Add table
Reference in a new issue