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

Error in DEVELOPMENT VERSION #204

Closed
Coldsmokr77 opened this issue May 15, 2021 · 2 comments
Closed

Error in DEVELOPMENT VERSION #204

Coldsmokr77 opened this issue May 15, 2021 · 2 comments

Comments

@Coldsmokr77
Copy link

After executing the main script---

Traceback (most recent call last):
File "/home/zethyst/Downloads/Osintgram-development/main.py", line 115, in
parser.add_argument('-c', '--command', help='run in single command mode & execute provided command', action='store')
File "/usr/lib/python3.9/argparse.py", line 1446, in add_argument
return self._add_action(action)
File "/usr/lib/python3.9/argparse.py", line 1811, in _add_action
self._optionals._add_action(action)
File "/usr/lib/python3.9/argparse.py", line 1648, in _add_action
action = super(_ArgumentGroup, self)._add_action(action)
File "/usr/lib/python3.9/argparse.py", line 1460, in _add_action
self._check_conflict(action)
File "/usr/lib/python3.9/argparse.py", line 1597, in _check_conflict
conflict_handler(action, confl_optionals)
File "/usr/lib/python3.9/argparse.py", line 1606, in _handle_conflict_error
raise ArgumentError(action, message % conflict_string)
argparse.ArgumentError: argument -c/--command: conflicting option string: -c

Datalux added a commit that referenced this issue May 16, 2021
@Datalux
Copy link
Owner

Datalux commented May 16, 2021

It should be fixed in 12e730e. Let me know.

@Coldsmokr77
Copy link
Author

Thanks it worked!!

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