Deepakchawla / Mobile-Phone-Dataset-GSMArena

Python script for creating Mobile Phones Dataset on GSMArena website.
MIT License
59 stars 46 forks source link

os.popen('pwd') doesn't work on Windows #2

Closed rblaakmeer closed 5 years ago

rblaakmeer commented 5 years ago

I had to use self.absolute_path = os.getcwd() + '/' + self.new_folder_name at line 18 to get it working

Deepakchawla commented 5 years ago

You can clone the repo and commit the changes and create the pull request then I will merge the code.