Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F108572963
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, Apr 17, 11:58
Size
277 B
Mime Type
text/x-python
Expires
Sat, Apr 19, 11:58 (2 d)
Engine
blob
Format
Raw Data
Handle
25151860
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