Skip to content

Commit c958548

Browse files
committed
GCR default False
1 parent 1a7131a commit c958548

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autodock/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ def addScrubberPackage(cls, env, default=True):
255255
addPackage(env, dependencies=['git', 'conda', 'pip'], default=default)
256256

257257
@classmethod
258-
def addGCRPackage(cls, env, default=True):
258+
def addGCRPackage(cls, env, default=False):
259259
""" This function provides the necessary commands for installing GEDS. """
260260
# Instantiating the install helper
261261
installer = InstallHelper(GCR_DIC['name'], packageHome=cls.getVar(GCR_DIC['home']),

0 commit comments

Comments
 (0)