Skip to content

Commit

Permalink
Merge pull request #23 from XENONnT/fix_local_cutax
Browse files Browse the repository at this point in the history
remove accident .warn
  • Loading branch information
jmosbacher authored Feb 22, 2023
2 parents ec844b3 + e6fb22c commit f10f968
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xefab/tasks/jupyter.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ def start_jupyter(
env_vars = {}

if local_cutax:
console.warn(
console.print(
"Container cutax being overwritten by user installed package.",
style="warning",
)
Expand Down

0 comments on commit f10f968

Please sign in to comment.