MLAB-project / data-uploader

Python utility which sort data to folders and upload it to ssh server
GNU General Public License v3.0
0 stars 0 forks source link

Sensitivity on slash endings on configuration file #7

Open kaklik opened 7 years ago

kaklik commented 7 years ago

For example, the following configuration works:

"project": "bolidozor",
    "project_home_folder": "/home/odroid/bolidozor/station/",
    "storage_hostname": "space.astro.cz",
    "storage_username": "CIIRC",
    "storage_stationpath": "/storage/bolidozor/",

The following configuration does not work and the data-uploader does not upload the config files on data server.

"project": "bolidozor",
    "project_home_folder": "/home/odroid/bolidozor/station",
    "storage_hostname": "space.astro.cz",
    "storage_username": "CIIRC",
    "storage_stationpath": "/storage/bolidozor",