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
2 changes: 1 addition & 1 deletion umdp3_fixer/rosestem_branch_checker.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +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 "
"Ran git diff command and changes were made by "
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Almost but not quite: if you look at the command above, it's running plain diff rather than git diff

Suggested change
"Ran git diff command and changes were made by "
"Ran diff command and changes were made by "

+ "the umdp3_fixer.py script."
)

Expand Down