Skip to content

Commit 8fb417c

Browse files
author
Attila Szöllősi
committed
Remove unnecessary line
1 parent 2d1622f commit 8fb417c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

addon.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -227,8 +227,7 @@ def start(self):
227227
self.dialog.alert("You must specify a destination path.")
228228
return
229229
use_symlink = self.symlink_radiobutton.isSelected()
230-
231-
230+
232231
regex = self.regex_edit.getText()
233232

234233
if not regex:

0 commit comments

Comments
 (0)