Skip to content
Snippets Groups Projects
Commit e31d0169 authored by Devashish Lohani's avatar Devashish Lohani
Browse files

corrected a bug!

parent 766fe7bf
No related branches found
No related tags found
No related merge requests found
......@@ -291,7 +291,7 @@ def generate_test_vid_names(data_dict, dset):
'''--generates test folder names'''
if dset == 'Thermal_Fall' or 'Thermal_Dummy':
if dset == 'Thermal_Fall' or dset == 'Thermal_Dummy':
vid_base_name = 'Fall'
elif dset == 'Thermal_Intrusion':
vid_base_name = 'Intru'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment