Skip to content

Commit 06a6a22

Browse files
author
donglaiw
committed
fix typo
1 parent 3b2f070 commit 06a6a22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

connectomics/data/augmentation/test_augmentor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ def update_name(self, name):
209209
r"""Update the name of the output file to indicate applied test-time augmentations.
210210
"""
211211
extension = "_"
212-
if self.num_aug is None
212+
if self.num_aug is None:
213213
return name
214214
elif self.num_aug == 4:
215215
extension += "xy"

0 commit comments

Comments
 (0)