cjnaz / rclonesync-V2

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

rclonesync throws syntax error #72

Closed maxtimbo closed 3 years ago

maxtimbo commented 3 years ago

line 86. Exact error: File "./rclonesync", line 86 logging.info(f">>>>> Checking integrity of LSL history files for Path1 <{path1_base}> versus Path2 <{path2_base}>")

^ SyntaxError: invalid syntax

tried with -h flag, /some/dir CloudDir:/ --first-sync, tried with prepending python3. Using python 3.5.3

maxtimbo commented 3 years ago

I see the problem. It's Python v3.5.3, needs 3.6 or greater