Skip to content

Commit

Permalink
add print statement to mast mapping try except
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcclena committed Jun 5, 2024
1 parent a4a9bff commit 1b75aad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions omas/omas_machine.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
try:
from omas.machine_mappings import mast
except ImportError:
print('Could not import mast machine mappings. Check that pyuda is installed')
pass


Expand Down

0 comments on commit 1b75aad

Please sign in to comment.