Skip to content

Commit 2025755

Browse files
committed
Updated git/hg error message.
1 parent dc8d917 commit 2025755

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

labscript/labscript.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2224,7 +2224,7 @@ def save_labscripts(hdf5_file):
22242224
except ImportError:
22252225
pass
22262226
except WindowsError if os.name == 'nt' else None:
2227-
sys.stderr.write('Warning: Cannot save Mercurial data for imported scripts. Check that the hg command can be run from the command line.\n')
2227+
sys.stderr.write('Warning: Cannot save version control data for imported scripts. Check that the hg and/or git command can be run from the command line.\n')
22282228

22292229

22302230
def write_device_properties(hdf5_file):

0 commit comments

Comments
 (0)