Skip to content
Open
Changes from all commits
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
3 changes: 1 addition & 2 deletions umdp3_fixer/rosestem_branch_checker.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,7 @@ def diff_cwd_working(model_source, path, saved_umask, tmpdir):
os.umask(saved_umask)
shutil.rmtree(tmpdir)
raise ValueError(
"Ran fcm diff command and changes were made by "
+ "the umdp3_fixer.py script."
"Ran diff command and changes were made by " + "the umdp3_fixer.py script."
)

return
Expand Down
Loading