Skip to content

Commit eeedc83

Browse files
committed
Fix a typo in the startup script
1 parent b8a349a commit eeedc83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

startup/agx_startup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -805,6 +805,6 @@ def power_control(
805805
fix_boinc()
806806

807807
sleep_time = 20
808-
print("Sleeping for ", sleep_time, "s to wait for network connectivity.")
808+
print("Sleeping for", sleep_time, " s to wait for network connectivity.")
809809
time.sleep(sleep_time)
810810
mount_cifs()

0 commit comments

Comments
 (0)