Skip to content

Commit

Permalink
copy/paste error
Browse files Browse the repository at this point in the history
Signed-off-by: Steven Hahn <hahnse@ornl.gov>
  • Loading branch information
quantumsteve committed Oct 5, 2021
1 parent 67490d9 commit 94b98f5
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 94b98f5

Please sign in to comment.