Skip to content

Commit 4814b34

Browse files
authored
Update config.py
minor formatting
1 parent 9f3d735 commit 4814b34

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

config.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@
4141
NECESSARY_STRING = '' #Is there any string that should be in the file name to "count"?
4242

4343
# PLUGINS
44-
USE_PLUGINS = 'False' # True if want to use any plugin from CellProfiler-plugins repo
45-
UPDATE_PLUGINS = 'False' # True to download updates from CellProfiler-plugins repo
46-
PLUGINS_COMMIT = '' # What commit or version tag do you want to check out?
47-
INSTALL_REQUIREMENTS = 'False' # True to install REQUIREMENTS_FILE defined below. Requirements should have the plugin dependencies
48-
REQUIREMENTS_FILE = '' # Path within the CellProfiler-plugins repo to a requirements file
44+
USE_PLUGINS = 'False' # True to use any plugin from CellProfiler-plugins repo
45+
UPDATE_PLUGINS = 'False' # True to download updates from CellProfiler-plugins repo
46+
PLUGINS_COMMIT = '' # What commit or version tag do you want to check out?
47+
INSTALL_REQUIREMENTS = 'False' # True to install REQUIREMENTS_FILE defined below. Requirements should have all plugin dependencies.
48+
REQUIREMENTS_FILE = '' # Path within the CellProfiler-plugins repo to a requirements file

0 commit comments

Comments
 (0)