This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
wangwei
/
parser
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
0
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
Pre Merge pull request
!358
from 尉刚强/refact_executor_performance
pull/358/MERGE
尉刚强
Gitee
3 years ago
parent
95cebd0aa6
b3c465122b
commit
62c1092e2d
No known key found for this signature in database
GPG Key ID:
173E9B9CA92EEF8F
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
build.sh
+ 1
- 0
build.sh
View File
@@ -63,6 +63,7 @@ usage()
# check value of input is 'on' or 'off'
# usage: check_on_off arg_value arg_name
# refact formance;
check_on_off()
{
if [[ "X$1" != "Xon" && "X$1" != "Xoff" ]]; then
Write
Preview
Loading…
Cancel
Save