kangwonlee / kangwonlee/cpp_study

`os.path.split(__file__)[0]` → `os.path.dirname()`

Open
#9 0 comments 0 reactions 1 assignee Claimed by @kangwonlee View on GitHub
Dominant language
Assembly
Stars
0
Forks
0
PR merge metrics
No merged PRs in 30d

Description

* `os.path.dirname` or `os.path.basename` instead of `os.path.split` when possible
* `os.path.split(__file__)[0]` → `os.path.dirname()`
* `os.path.split(__file__)[-1]` → `os.path.basename()`
* push to the other repos

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.