Put deprecate warning in for old executable name.
This commit is contained in:
parent
67b58d7204
commit
24cd839f56
@ -23,5 +23,6 @@ GR_PYTHON_INSTALL(
|
||||
PROGRAMS
|
||||
modes_rx
|
||||
modes_gui
|
||||
uhd_modes.py
|
||||
DESTINATION bin
|
||||
)
|
||||
|
4
apps/uhd_modes.py
Executable file
4
apps/uhd_modes.py
Executable file
@ -0,0 +1,4 @@
|
||||
#!/usr/bin/env python
|
||||
|
||||
if __name__ == '__main__':
|
||||
print "ERROR: uhd_modes.py has been deprecated. The new application name is modes_rx."
|
Loading…
Reference in New Issue
Block a user