Skip to content

Commit

Permalink
Update sample.py
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreiSavici authored Oct 10, 2024
1 parent 87362a8 commit fcef90f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shiver/models/sample.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def get_lattice_ub(self):
err_msg = f"Workspace {self.name} does not exist. Lattice from default parameters\n"
logger.error(err_msg)
except RuntimeError:
err_msg = f"Workspace {self.name} does not contain an OrientedLattice." +
err_msg = f"Workspace {self.name} does not contain an OrientedLattice."
" Lattice from default parameters\n"
logger.error(err_msg)
# no valid name-workspace provided, create lattice with initial params
Expand Down

0 comments on commit fcef90f

Please sign in to comment.