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

Commit5d8b40d

Browse files
author
d.kovalenko
committed
formatting
1 parente2dfddb commit5d8b40d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎src/implementation/v00/configuration_base.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3964,7 +3964,7 @@ def Helper__DoWork__Stage04__OpenNewFilesToWrite(
39643964
assertfileCtx.FileData.m_Status==PgCfgModel__FileStatus.IS_NEW
39653965
assertfileCtx.FileisNone
39663966

3967-
fileCtx.File=ctx.Cfg.m_Data.OsOps.CreateFile(fileCtx.FileData.m_Path)# raise
3967+
fileCtx.File=ctx.Cfg.m_Data.OsOps.CreateFile(fileCtx.FileData.m_Path)# raise
39683968

39693969
assertfileCtx.FileisnotNone
39703970
assertisinstance(fileCtx.File,ConfigurationOsFile)

‎tests/TestServices.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def Helper__GetCurTestTmpDir(function: pytest.Function) -> str:
5151
"Root dir {0} is not found in testPath {1}.".format(rootDir,testPath)
5252
)
5353

54-
testPath2=testPath[len(rootDir)+1:]
54+
testPath2=testPath[len(rootDir)+1:]
5555

5656
result=os.path.join(rootTmpDir,testPath2)
5757

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp