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 "./SAMLTeamSyncAD.py", line 197, in <module>
main()
File "./SAMLTeamSyncAD.py", line 94, in main
help="Skip empty groups in Active Directory, to avoid emptying the GitHub group")
File "/usr/lib/python3.7/argparse.py", line 1362, in add_argument
action = action_class(**kwargs)
File "/usr/lib/python3.7/argparse.py", line 869, in __init__
raise ValueError('nargs must be %r to supply const' % OPTIONAL)
ValueError: nargs must be '?' to supply const
The error occurs, no matter if I run the script with or without --skip-null option.
I didn't take the time yet, to dive deeper. Does anyone know, why this is happening?
The text was updated successfully, but these errors were encountered:
Hi,
since these lines (7e11e7c#diff-8cf96b3efbca5b77c8394b54670de4ddR93-R94) were added, I get an error, running the script:
I have these python modules installed:
The error occurs, no matter if I run the script with or without --skip-null option.
I didn't take the time yet, to dive deeper. Does anyone know, why this is happening?
The text was updated successfully, but these errors were encountered: