Skip to content

Commit

Permalink
only one os.path.sep
Browse files Browse the repository at this point in the history
  • Loading branch information
hobu committed Apr 25, 2024
1 parent c0c4868 commit 28570c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pdal/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def print_driver_path(args):
print (os.environ['PDAL_DRIVER_PATH'])

def print_plugin_path(args):
purelib = sysconfig.get_paths()["purelib"]+os.path.sep
purelib = sysconfig.get_paths()["purelib"]

if sys.platform == "linux" or sys.platform == "linux2":
suffix = 'so'
Expand Down

0 comments on commit 28570c3

Please sign in to comment.