cjnaz / rclonesync-V2

A Bidirectional Cloud Sync Utility using rclone
MIT License
355 stars 39 forks source link

Use config file in listremotes #21

Closed JasperJuergensen closed 5 years ago

JasperJuergensen commented 5 years ago

https://github.com/cjnaz/rclonesync-V2/blob/ae25e491f5d69f8e4f2b7a42adc8388e3156b3d3/rclonesync.py#L661

When getting the remotes from rclone via the rclone listremotes command in line 661, the config file path is not used.

A corrected variant would be clouds = subprocess.check_output([rclone, "listremotes", "--config", rcconfig]).

cjnaz commented 5 years ago

Thanks. Corrected in v2.7a.