mirror of
https://github.com/bndr/pipreqs.git
synced 2025-06-06 03:25:21 +00:00
Decaptalized file name in log msg
When trying to generate requirements.txt and file is already existent, the user message produced asks for "Requirements.txt" instead of "requirements.txt". This may cause some trouble when used in case sensitive env, as well as in automated scripts.
This commit is contained in:
parent
cb4add28ef
commit
b188c8ba83
@ -469,7 +469,7 @@ def init(args):
|
||||
and not args["--savepath"]
|
||||
and not args["--force"]
|
||||
and os.path.exists(path)):
|
||||
logging.warning("Requirements.txt already exists, "
|
||||
logging.warning("requirements.txt already exists, "
|
||||
"use --force to overwrite it")
|
||||
return
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user