You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "run_ingram.py", line 18, in
from Ingram import get_config
File "/root/Ingram/Ingram/init.py", line 1, in
from .config import get_config
File "/root/Ingram/Ingram/config.py", line 41
for arg in (args := vars(args)):
^
SyntaxError: invalid syntax
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last):
File "run_ingram.py", line 18, in
from Ingram import get_config
File "/root/Ingram/Ingram/init.py", line 1, in
from .config import get_config
File "/root/Ingram/Ingram/config.py", line 41
for arg in (args := vars(args)):
^
SyntaxError: invalid syntax
The text was updated successfully, but these errors were encountered: