Skip to content

Commit

Permalink
Address reviewer feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
douglasjacobsen committed Oct 16, 2024
1 parent b0173d9 commit 73e830c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/ramble/ramble/workspace/workspace.py
Original file line number Diff line number Diff line change
Expand Up @@ -1180,8 +1180,7 @@ def concretize(self, force=False, quiet=False):
logger.debug(f" Spec 1: {str(info)}")
logger.debug(f" Spec 2: {str(packages_dict[comp])}")
raise RambleConflictingDefinitionError(
f"Compiler {comp} would be defined defined "
"in multiple conflicting ways"
f"Compiler {comp} would be defined " "in multiple conflicting ways"
)

logger.debug(f"Trying to define packages for {env_name}")
Expand Down

0 comments on commit 73e830c

Please sign in to comment.