DistributedTaskScheduling / JobAdder

Source code of the JobAdder project
GNU General Public License v3.0
2 stars 1 forks source link

Fixed user client config path #195

Closed JohannesGaessler closed 4 years ago

JohannesGaessler commented 4 years ago

The path for the user client config on master does not work. It seems that open("~/...") is not being interpreted as the user's home directory. This PR fixes this problem.