Skip to content

Commit

Permalink
fixing docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tlambert03 committed Mar 5, 2019
1 parent 52655df commit 70e33f1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pycudadecon/libcudawrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@


cudaLib = load_lib('libcudaDeconv')
rl_cleanup = None
cuda_reset = None


if not cudaLib:
logger.error('Could not load libcudaDeconv!')
Expand Down Expand Up @@ -81,8 +84,6 @@
cuda_reset = cudaLib.cuda_reset

except AttributeError as e:
rl_cleanup = None
cuda_reset = None
logger.warning('Failed to properly import libcudaDeconv')
print(e)

Expand Down

0 comments on commit 70e33f1

Please sign in to comment.