Skip to content

Commit 2466bf9

Browse files
committed
Fix tab-space indentation incosistencies
1 parent ef5ed7b commit 2466bf9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plasma/preprocessor/preprocess.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ def preprocess_all(self):
6161
if len(shot_files_test) > 0:
6262
return self.preprocess_from_files(shot_list_dir,shot_files_train,use_shots_train) + \
6363
self.preprocess_from_files(shot_list_dir,shot_files_test,use_shots_test)
64-
else:
65-
return self.preprocess_from_files(shot_list_dir,shot_files_train,use_shots_train)
64+
else:
65+
return self.preprocess_from_files(shot_list_dir,shot_files_train,use_shots_train)
6666

6767

6868
def preprocess_from_files(self,shot_list_dir,shot_files,use_shots):

0 commit comments

Comments
 (0)