Skip to content

Commit

Permalink
update auto completion
Browse files Browse the repository at this point in the history
  • Loading branch information
rfbgo committed Jun 13, 2024
1 parent 853f5ac commit 4a56b24
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion lib/ramble/ramble/graphs.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,8 @@ def walk(self):
sorter = graphlib.TopologicalSorter(self.adj_list)
except AttributeError:
logger.die(
"graphlib.TopologicalSorter is not found. Ensure requirements.txt are installed (including backports, where needed)."
"graphlib.TopologicalSorter is not found."
"Ensure requirements.txt are installed (including backports, where needed)."
)

try:
Expand Down
2 changes: 1 addition & 1 deletion share/ramble/ramble-completion.bash
Original file line number Diff line number Diff line change
Expand Up @@ -717,7 +717,7 @@ _ramble_workspace_info() {
}

_ramble_workspace_edit() {
RAMBLE_COMPREPLY="-h --help -c --config_only -t --template_only -p --print-file"
RAMBLE_COMPREPLY="-h --help -c --config_only -t --template_only -l --license_only -p --print-file"
}

_ramble_workspace_mirror() {
Expand Down

0 comments on commit 4a56b24

Please sign in to comment.