mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
Fix forced builds.
This commit is contained in:
parent
cfee2d480f
commit
6a105487cf
@ -89,7 +89,7 @@ class Page(object):
|
||||
return "/".join([self.site.url, path])
|
||||
|
||||
def needed(self):
|
||||
for f in "force --force -f":
|
||||
for f in "force --force -f".split():
|
||||
if f in sys.argv[1:]:
|
||||
return True
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user