Skip to content

Commit

Permalink
Merge pull request #59 from Hiroshiba/print-error-on-super-resolution…
Browse files Browse the repository at this point in the history
…-test

Update super_resolution_test.py
  • Loading branch information
Hiroshiba authored Jun 30, 2019
2 parents 745ba2c + 427f5aa commit 76a52a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/super_resolution_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def process(p: Path, super_resolution: SuperResolution):
except:
import traceback
print('error!', str(p))
traceback.format_exc()
print(traceback.format_exc())


for model_name in args.model_names:
Expand Down

0 comments on commit 76a52a8

Please sign in to comment.