garlicbulb-puzhuo / ggo

1 stars 0 forks source link

use os.sep #43

Closed garlicbulbxian closed 7 years ago

tomowind commented 7 years ago

Same comments as I made in https://github.com/garlicbulb-puzhuo/ggo/pull/42.

Use os.path.join(input_path, "*.npy") for these things. Then, you don't have to care about trailing spaces.

garlicbulbxian commented 7 years ago

@tomowind I will create another pull request.