Arcitec / iconix

Custom application icon patcher for Linux.
5 stars 1 forks source link

Update iconix.py #2

Closed ZribeDev closed 2 months ago

ZribeDev commented 2 months ago

Fixed message, Using ubuntu

ZribeDev commented 2 months ago

The error was: File "/home/Zribe/Downloads/iconix-2.1.0/iconix.py", line 312 print(f"{'\n' if is_terminal else ''}Download complete.") ^ SyntaxError: f-string expression part cannot include a backslash

Arcitec commented 2 months ago

Ahh. Backslashes in f-strings must be a feature that they've added support for in a newer version of Python.

Thanks for notifying me about the error in old Python versions! I'll fix it in a different way. Gimme a few minutes to push a different fix. :)

Edit: Fixed in https://github.com/Arcitec/iconix/commit/ddeaab3b150a5874c0ad27625884042e8128ae98