Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Syntax Error #1

Open
iiljazi opened this issue Oct 11, 2021 · 2 comments
Open

Syntax Error #1

iiljazi opened this issue Oct 11, 2021 · 2 comments

Comments

@iiljazi
Copy link

iiljazi commented Oct 11, 2021

Hi, First of all this looks like a great tool as I'm looking to extract the accurate creation time of some voice memos that reflect accurately across my cloud devices but not on my mac. When I run the tool, I get the following syntax error:

$ python main.py --db_path ~/Desktop/Voice\ Recordings/CloudRecordings.db --all --export_path ~/Desktop/file --date_in_name --date_in_name_format "%Y-%m-%d "
File "main.py", line 177
print(body_row((date_str, duration_str, path_old_short, path_new_short, "Export?")), end="\r")
^
SyntaxError: invalid syntax

@iiljazi
Copy link
Author

iiljazi commented Oct 11, 2021

Hi, I was actually able to mod that line and it did the trick:

-print(body_row((date_str, duration_str, path_old_short, path_new_short, "Export?")), end="\r")
+print(body_row((date_str, duration_str, path_old_short, path_new_short, "Export?")))

Hope this helps someone else. Again thanks so much for this solution saved me loads of time!

@robbyHuelsi
Copy link
Owner

Hi, glad to hear you like this small tool.

Which version of python do you use? (python --version)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants