Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

replace function _prepare_dirs() with smart properties#38

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
Merged
Changes from1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
PrevPrevious commit
fix typo
  • Loading branch information
@funbringer
funbringer committedMar 5, 2018
commitec94f99c71f8e12e68127b8d4ac71e23b8183edf
2 changes: 1 addition & 1 deletiontestgres/node.py
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -127,7 +127,7 @@ def base_dir(self):
if not self._base_dir:
self._base_dir = mkdtemp(prefix=TMP_NODE)

# NOTE :it's safe to create a new dir
# NOTE:it's safe to create a new dir
if not os.path.exists(self._base_dir):
os.makedirs(self._base_dir)

Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp