Skip to content

Commit 2d52378

Browse files
committed
fix bug for finding data files
1 parent a7c6444 commit 2d52378

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roboticstoolbox/tools/data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ def rtb_load_data(filename, handler, **kwargs):
103103
104104
:seealso: :func:`path_to_datafile`
105105
"""
106-
path = rtb_path_to_datafile(filename)
106+
path = rtb_path_to_datafile(filename, local=False)
107107
return handler(path, **kwargs)
108108

109109
def rtb_path_to_datafile(*filename, local=True):

0 commit comments

Comments
 (0)