Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F93955432
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
Mon, Dec 2, 19:55
Size
277 B
Mime Type
text/x-python
Expires
Wed, Dec 4, 19:55 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
22731162
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