File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed
Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change 2424 "Do pobachennya" ,
2525 "Tchau" ,
2626 "再见" ,
27+ "Hoşça kal" ,
28+ "Slán" ,
29+ "Do widzenia" ,
30+ "Mandi" ,
31+ "Αντίο" ,
2732]
2833
2934# List of urls to be printed to the screen at the end of a workflow
3237 "GitHub issues" : "https://github.com/haddocking/haddock3/issues" ,
3338 "BioExcel feedback" : "https://www.bonvinlab.org/feedback" ,
3439 "BioExcel forum" : "https://ask.bioexcel.eu/c/haddock/6" ,
35- "Haddock3 user manual" : "https://www.bonvinlab.org/haddock3-user-manual/"
40+ "Haddock3 user manual" : "https://www.bonvinlab.org/haddock3-user-manual/" ,
3641}
3742
3843
@@ -101,10 +106,7 @@ def gen_feedback_messages(print_function: Callable) -> None:
101106 This function must accept str as first argument.
102107 """
103108 print_function (
104- (
105- "Your feedback matters in Haddock3!"
106- " Share your experience and help us grow:"
107- )
109+ ("Your feedback matters in Haddock3! Share your experience and help us grow:" )
108110 )
109111 for name , url in feedback_urls .items ():
110112 print_function (f"{ name } : { url } " )
You can’t perform that action at this time.
0 commit comments