We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2187c87 commit c536325Copy full SHA for c536325
1 file changed
umdp3_fixer/rosestem_branch_checker.py
@@ -93,8 +93,7 @@ def diff_cwd_working(model_source, path, saved_umask, tmpdir):
93
os.umask(saved_umask)
94
shutil.rmtree(tmpdir)
95
raise ValueError(
96
- "Ran fcm diff command and changes were made by "
97
- + "the umdp3_fixer.py script."
+ "Ran diff command and changes were made by the umdp3_fixer.py script."
98
)
99
100
return
0 commit comments