Merge pull request #249 from LionyxML/patch-1

De-capitalize "Requirements.txt" in log msg
This commit is contained in:
Alan Barzilay 2021-05-03 21:35:48 -03:00 committed by GitHub
commit e432bb1999
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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