Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F91096128
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, Nov 7, 20:50
Size
277 B
Mime Type
text/x-python
Expires
Sat, Nov 9, 20:50 (2 d)
Engine
blob
Format
Raw Data
Handle
22195772
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