add warning to pack.py (#37624)

* start

* works!

* can't check ls-files because we need built files too >:(

* add print
This commit is contained in:
Shane Smiskol
2026-03-09 17:18:40 -07:00
committed by GitHub
parent 0208d26845
commit acace97ef8
+2
View File
@@ -28,6 +28,8 @@ if __name__ == '__main__':
parser.add_argument('module', help="the module to target, e.g. 'openpilot.system.ui.spinner'")
args = parser.parse_args()
print('WARNING: copying all files! make sure to run scons and git tree is clean')
if not args.output:
args.output = args.module