Skip to content

Commit 1ff15df

Browse files
authored
Merge pull request #791 from I2PC/agm_fixing_get_models
Fixing path to get_models
2 parents 27f2380 + 69fa952 commit 1ff15df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xmipp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -850,7 +850,7 @@ def downloadDeepLearningModels(dest, dedicatedMode=False):
850850
return True
851851
url = "http://scipion.cnb.csic.es/downloads/scipion/software/em"
852852

853-
if not os.path.exists('bin/xmipp_sync_data'):
853+
if not os.path.exists('build/bin/xmipp_sync_data'):
854854
print(red('Xmipp has not been installed. Please, first install it '))
855855
return False
856856
if dest == 'build':

0 commit comments

Comments
 (0)