Skip to content

Commit c536325

Browse files
Change fcm diff error message (#207)
1 parent 2187c87 commit c536325

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

umdp3_fixer/rosestem_branch_checker.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,7 @@ def diff_cwd_working(model_source, path, saved_umask, tmpdir):
9393
os.umask(saved_umask)
9494
shutil.rmtree(tmpdir)
9595
raise ValueError(
96-
"Ran fcm diff command and changes were made by "
97-
+ "the umdp3_fixer.py script."
96+
"Ran diff command and changes were made by the umdp3_fixer.py script."
9897
)
9998

10099
return

0 commit comments

Comments
 (0)