summaryrefslogtreecommitdiff
path: root/megapixels/commands
diff options
context:
space:
mode:
authorAdam Harvey <adam@ahprojects.com>2019-05-23 18:37:06 +0200
committerAdam Harvey <adam@ahprojects.com>2019-05-23 18:37:06 +0200
commitb2b2c7d7816baa7d6de36c1de3576a31aa92a209 (patch)
tree9105ef39a3bfcd78e9cf4b8c183ee21e7149bf66 /megapixels/commands
parent4559cf6cccfb6f6d8b8e59e95984044fdf5a5610 (diff)
parent84b286e1bd85feba12174a2a480d2be404e7b9c5 (diff)
merge
Diffstat (limited to 'megapixels/commands')
-rw-r--r--megapixels/commands/site/watch.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/megapixels/commands/site/watch.py b/megapixels/commands/site/watch.py
index 7bd71038..d1c75c29 100644
--- a/megapixels/commands/site/watch.py
+++ b/megapixels/commands/site/watch.py
@@ -35,7 +35,7 @@ def cli(ctx):
observer.schedule(SiteBuilder(), path=cfg.DIR_SITE_CONTENT, recursive=True)
observer.start()
- build_file(cfg.DIR_SITE_CONTENT + "/datasets/lfw/index.md")
+ #build_file(cfg.DIR_SITE_CONTENT + "/datasets/brainwash/index.md")
try:
while True: