mirror of
https://github.com/bndr/pipreqs.git
synced 2025-06-06 03:25:21 +00:00
Merge pull request #249 from LionyxML/patch-1
De-capitalize "Requirements.txt" in log msg
This commit is contained in:
commit
e432bb1999
@ -469,7 +469,7 @@ def init(args):
|
|||||||
and not args["--savepath"]
|
and not args["--savepath"]
|
||||||
and not args["--force"]
|
and not args["--force"]
|
||||||
and os.path.exists(path)):
|
and os.path.exists(path)):
|
||||||
logging.warning("Requirements.txt already exists, "
|
logging.warning("requirements.txt already exists, "
|
||||||
"use --force to overwrite it")
|
"use --force to overwrite it")
|
||||||
return
|
return
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user