Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Mar 1, 2019
1 parent fa918fe commit b6537d4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions processing_r/processing/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -284,8 +284,7 @@ def path_to_r_executable(script_executable=False) -> str:
else:
exec_dir = 'i386'
return os.path.join(bin_folder, 'bin', exec_dir, '{}.exe'.format(executable))
else:
return os.path.join(bin_folder, executable)
return os.path.join(bin_folder, executable)

return executable

Expand Down

0 comments on commit b6537d4

Please sign in to comment.