Skip to content

Commit

Permalink
Adding MissingEntryPointError
Browse files Browse the repository at this point in the history
  • Loading branch information
mikibonacci committed Jan 20, 2025
1 parent 94b6d88 commit 49a0ba8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aiida_quantumespresso/workflows/pw/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
try:
StructureData = DataFactory('atomistic.structure')
HAS_ATOMISTIC = True
except ImportError:
except exceptions.MissingEntryPointError:
HAS_ATOMISTIC = False


Expand Down

0 comments on commit 49a0ba8

Please sign in to comment.