Skip to content

Commit

Permalink
uhd: Remove space before comma and period
Browse files Browse the repository at this point in the history
  • Loading branch information
ryandesign committed Jun 30, 2019
1 parent 842da52 commit e804d2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion science/uhd/Portfile
Expand Up @@ -246,7 +246,7 @@ if {![variant_isset python27] &&
if {![variant_isset python27] &&
![variant_isset python36] &&
![variant_isset python37]} {
ui_error "\n\nYou must select one of the variants +python27 , +python36, or +python37 .\n"
ui_error "\n\nYou must select one of the variants +python27, +python36, or +python37.\n"
return -code error "Invalid variant selection"
}

Expand Down

0 comments on commit e804d2f

Please sign in to comment.