mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2024-11-28 18:11:52 +00:00
Fixeed spelling error in variable name
This commit is contained in:
parent
82aaa2b523
commit
374caa0d9a
@ -143,7 +143,7 @@ def write_and_commit(files, message):
|
|||||||
+ msgdata
|
+ msgdata
|
||||||
)
|
)
|
||||||
else:
|
else:
|
||||||
print(f"No change {filepah}")
|
print(f"No change {filepath}")
|
||||||
subprocess.run([git, "commit", "-m", message], cwd=cwd, capture_output=True, text=True)
|
subprocess.run([git, "commit", "-m", message], cwd=cwd, capture_output=True, text=True)
|
||||||
cp_status = subprocess.run([git, "status"], cwd=cwd, capture_output=True, text=True)
|
cp_status = subprocess.run([git, "status"], cwd=cwd, capture_output=True, text=True)
|
||||||
# This produces return code = 1 if it commits OK, but when the repo still needs to be pushed to origin/expoweb
|
# This produces return code = 1 if it commits OK, but when the repo still needs to be pushed to origin/expoweb
|
||||||
|
Loading…
Reference in New Issue
Block a user