Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F98088893
codeclimate-clang-tidy
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Thu, Jan 9, 16:10
Size
277 B
Mime Type
text/x-python
Expires
Sat, Jan 11, 16:10 (2 d)
Engine
blob
Format
Raw Data
Handle
23363526
Attached To
rAKA akantu
codeclimate-clang-tidy
View Options
#!/usr/bin/env python3
import os
import sys
lib_path = os.path.abspath(os.path.join(__file__, '..', '..', 'lib'))
sys.path.append(lib_path)
from runner import Runner # noqa
if __name__ == '__main__':
print(f"Arguments: {sys.argv}", file=sys.stderr)
Runner().run()
Event Timeline
Log In to Comment