Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F97979314
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
Wed, Jan 8, 05:16
Size
277 B
Mime Type
text/x-python
Expires
Fri, Jan 10, 05:16 (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