Spaces:
Running
Running
Fabrice-TIERCELIN
commited on
Missing brackets
Browse files- hyvideo/inference.py +1 -1
hyvideo/inference.py
CHANGED
@@ -309,7 +309,7 @@ class Inference(object):
|
|
309 |
print('What is dit_weight: ' + str(dit_weight))
|
310 |
print('dit_weight.exists(): ' + str(dit_weight.exists()))
|
311 |
print('dit_weight.is_file(): ' + str(dit_weight.is_file()))
|
312 |
-
print('dit_weight.is_dir(): ' + str(dit_weight.is_dir()
|
313 |
print('dit_weight.is_symlink(): ' + str(dit_weight.is_symlink()))
|
314 |
print('dit_weight.is_junction(): ' + str(dit_weight.is_junction()))
|
315 |
print('dit_weight.is_mount(): ' + str(dit_weight.is_mount()))
|
|
|
309 |
print('What is dit_weight: ' + str(dit_weight))
|
310 |
print('dit_weight.exists(): ' + str(dit_weight.exists()))
|
311 |
print('dit_weight.is_file(): ' + str(dit_weight.is_file()))
|
312 |
+
print('dit_weight.is_dir(): ' + str(dit_weight.is_dir()))
|
313 |
print('dit_weight.is_symlink(): ' + str(dit_weight.is_symlink()))
|
314 |
print('dit_weight.is_junction(): ' + str(dit_weight.is_junction()))
|
315 |
print('dit_weight.is_mount(): ' + str(dit_weight.is_mount()))
|