Merge branch 'master' of kuhl-mann.de:jkuhl/corrlib
This commit is contained in:
commit
2ff46ee56f
1 changed files with 2 additions and 1 deletions
|
@ -9,6 +9,7 @@ from .main import update_aliases
|
||||||
from .meas_io import drop_cache as mio_drop_cache
|
from .meas_io import drop_cache as mio_drop_cache
|
||||||
import os
|
import os
|
||||||
|
|
||||||
|
|
||||||
app = typer.Typer()
|
app = typer.Typer()
|
||||||
|
|
||||||
|
|
||||||
|
@ -77,7 +78,7 @@ def alias_add(
|
||||||
"""
|
"""
|
||||||
Add an alias to a project UUID.
|
Add an alias to a project UUID.
|
||||||
"""
|
"""
|
||||||
alias_list = alias.pülit(",")
|
alias_list = alias.split(",")
|
||||||
update_aliases(path, uuid, alias_list)
|
update_aliases(path, uuid, alias_list)
|
||||||
return
|
return
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue