diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-07-22 13:07:39 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-07-22 13:07:39 +0200 |
| commit | ffc23b483d3a4b763ef27afd58c8bb6feb63677b (patch) | |
| tree | cfc27a6330739bc1da2d698134bc4b14cfcc4b89 /scripts/super_resolution_test.py | |
| parent | d951b6119a4d5d698147d2ba67677fe79ff37c95 (diff) | |
superres
Diffstat (limited to 'scripts/super_resolution_test.py')
| -rw-r--r-- | scripts/super_resolution_test.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/super_resolution_test.py b/scripts/super_resolution_test.py index 4f34632..9da159a 100644 --- a/scripts/super_resolution_test.py +++ b/scripts/super_resolution_test.py @@ -56,7 +56,7 @@ def process(p: Path, super_resolution: SuperResolution): except: import traceback print('error!', str(p)) - traceback.format_exc() + traceback.print_exc() for model_name in args.model_names: |
