fix condition for creating requirements.txt (#2260)
This commit is contained in:
parent
e0a1b39231
commit
93e9e39aeb
@ -483,8 +483,8 @@ def deploy(
|
||||
# Set the log level.
|
||||
console.set_log_level(loglevel)
|
||||
|
||||
# Only check requirements if not interactive. There is user interaction for requirements update.
|
||||
if not interactive:
|
||||
# Only check requirements if interactive. There is user interaction for requirements update.
|
||||
if interactive:
|
||||
dependency.check_requirements()
|
||||
|
||||
# Check if we are set up.
|
||||
|
Loading…
Reference in New Issue
Block a user