Skip to content

Commit df5f3a6

Browse files
authored
Update main.py
1 parent 959dbfd commit df5f3a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/train/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,6 @@ def main () :
7171
elif args.command == 'test' :
7272
test(args)
7373
elif args.command == 'transform' :
74-
transform(args)
74+
transform(args)
7575
else :
7676
raise RuntimeError('unknown command ' + args.command)

0 commit comments

Comments
 (0)