diff options
| author | Bryan Newbold <bnewbold@archive.org> | 2018-08-24 12:41:22 -0700 |
|---|---|---|
| committer | Bryan Newbold <bnewbold@archive.org> | 2018-08-24 12:41:22 -0700 |
| commit | 5cc0439668998de7b12badfc58d2fbad94c4e101 (patch) | |
| tree | 98846c1ac2f57866221c06ba074bffe53301d35d | |
| parent | 8374e6bb72c095755ab2185e9205e776863cfd5f (diff) | |
| download | sandcrawler-5cc0439668998de7b12badfc58d2fbad94c4e101.tar.gz sandcrawler-5cc0439668998de7b12badfc58d2fbad94c4e101.zip | |
clarify please docs
| -rwxr-xr-x | please | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,8 +2,8 @@ """ Helper script for running Sandcrawler (journal pipeline) tasks in production. -This is basically a Makefile. Be sure to only use python3 standard library -modules, so there are no dependencies. +This is basically a Makefile. If you edit this file, be sure to only use +python3 standard library modules, so there are no dependencies. """ import sys |
