Skip to content

Commit 073661a

Browse files
committed
remove unnecessary return
1 parent 1b309e4 commit 073661a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/qbpm/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ def desktop(
285285
exists = profiles.check(profile)
286286
if exists:
287287
create_desktop_file(profile, config.desktop_file_directory)
288-
return exit_with(exists)
288+
exit_with(exists)
289289

290290

291291
@main.group(context_settings={"help_option_names": []})

0 commit comments

Comments
 (0)