fossasia/pslab-desktop

Data Recording doesn't work under Windows

cynthi8 opened this issue · 0 comments

  • I'm submitting a ...

    • bug report
  • What is the current status?
    Clicking the record data button under Windows does not record any data.

  • If the current behavior is a bug, please provide the steps to reproduce it

A screenshot of the issue may be sufficient for UI bugs

image

  • Please tell us about your environment:

    • OS with version number: [ Windows / OSX / Linux Distro ]
      Windows 10
  • Other information ( Any research that you may have done which you think is the cause of problem )
    open(data_path + '/' + file_name + '.csv', "w+") should be changed to a more intellegient (OS aware) version of creating a path, probably using Python os.

  • Would you like to work on it?
    Sure.