Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
Signed-off-by: Janusz Lisiecki <jlisiecki@nvidia.com>
  • Loading branch information
JanuszL committed Oct 24, 2024
1 parent 9a97249 commit df2bdac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dali/python/nvidia/dali/_autograph/pyct/gast_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@

def convert_to_version(function):
"""Makes sure that returned function value is a Version object"""

def wrap_function(*args, **kwargs):
return Version(function(*args, **kwargs))

Expand Down

0 comments on commit df2bdac

Please sign in to comment.