Spaces:
Runtime error
Runtime error
Update cli.py
Browse files- t5s/cli.py +0 -1
t5s/cli.py
CHANGED
@@ -164,7 +164,6 @@ def start(arguments):
|
|
164 |
dicts = {}
|
165 |
dicts.update(newdct)
|
166 |
dicts.update(data_params)
|
167 |
-
print("Final parameters for the run are: {}".format(dicts))
|
168 |
pprint.pprint("Final parameters for the run are: {}".format(dicts))
|
169 |
|
170 |
|
|
|
164 |
dicts = {}
|
165 |
dicts.update(newdct)
|
166 |
dicts.update(data_params)
|
|
|
167 |
pprint.pprint("Final parameters for the run are: {}".format(dicts))
|
168 |
|
169 |
|