We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Traceback (most recent call last): File "Inspy.py", line 28, in start_logger(args.company) File "C:\InSpy-master\lib\logger.py", line 6, in start_logger handler = logging.FileHandler('./logs/{}{}.log'.format(company.replace(' ', ''), time_format.replace(' ', '_'))) File "C:\Python27\lib\logging_init_.py", line 920, in init StreamHandler.init(self, self.open()) File "C:\Python27\lib\logging_init.py", line 950, in _open stream = open(self.baseFilename, self.mode) IOError: [Errno 22] invalid mode ('a') or filename: 'C:\InSpy-master\logs\acme_2018-12-03_00:11:38.log'
The text was updated successfully, but these errors were encountered:
the same as me in win10 python=2.7 after running InSpy acme --domain acme.com --email first.last --xml file
InSpy acme --domain acme.com --email first.last --xml file
Sorry, something went wrong.
No branches or pull requests
Traceback (most recent call last):
File "Inspy.py", line 28, in
start_logger(args.company)
File "C:\InSpy-master\lib\logger.py", line 6, in start_logger
handler = logging.FileHandler('./logs/{}{}.log'.format(company.replace(' ', ''), time_format.replace(' ', '_')))
File "C:\Python27\lib\logging_init_.py", line 920, in init
StreamHandler.init(self, self.open())
File "C:\Python27\lib\logging_init.py", line 950, in _open
stream = open(self.baseFilename, self.mode)
IOError: [Errno 22] invalid mode ('a') or filename: 'C:\InSpy-master\logs\acme_2018-12-03_00:11:38.log'
The text was updated successfully, but these errors were encountered: