Searched refs:filepath (Results 1 – 1 of 1) sorted by relevance
29 def check_file_changes(filepath): argument32 …result = subprocess.Popen(["git", "status", "--porcelain", filepath], stdout=subprocess.PIPE, stde…38 def revert_to_original(filepath): argument40 subprocess.call(["git", "checkout", filepath])
Completed in 5 milliseconds