alignment not allowed in string format specifier #42

Open
opened 2024-11-11 11:23:08 +00:00 by pavlinux · 0 comments
pavlinux commented 2024-11-11 11:23:08 +00:00 (Migrated from github.com)
# ./get_updates.py 006-B1619-00
Traceback (most recent call last):
  File "./get_updates.py", line 91, in <module>
    print("Device {:04d}-{:02} (guessed): {}".format(primary_hwid, primary_subid, device_name))
ValueError: '=' alignment not allowed in string format specifier

# python -V
Python 3.7.3
``` # ./get_updates.py 006-B1619-00 Traceback (most recent call last): File "./get_updates.py", line 91, in <module> print("Device {:04d}-{:02} (guessed): {}".format(primary_hwid, primary_subid, device_name)) ValueError: '=' alignment not allowed in string format specifier # python -V Python 3.7.3 ```
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: mbirth/gcd-parser#42
No description provided.