Skip to content

Commit

Permalink
Merge pull request QMCPACK#3513 from quantumsteve/available_supported
Browse files Browse the repository at this point in the history
cif2cell_supported not set
  • Loading branch information
ye-luo authored Oct 5, 2021
2 parents 132b560 + 309afa1 commit c093820
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nexus/lib/versions.py
Original file line number Diff line number Diff line change
Expand Up @@ -878,7 +878,7 @@ def check(self,write=True,exit=False,full=False,n=0,pad=' '):
spglib_supported = versions.supported('spglib')
pycifrw_supported = versions.supported('pycifrw')
seekpath_supported = versions.supported('seekpath')
cif2cell_available = versions.supported('cif2cell')
cif2cell_supported = versions.supported('cif2cell')
except:
versions = None
#end try
Expand Down

0 comments on commit c093820

Please sign in to comment.