remove unneeded condition verfication for the package

This commit is contained in:
TSC21
2018-09-11 17:23:34 +01:00
committed by Beat Küng
parent 57f5bb6290
commit 0bee156e8f
+1 -6
View File
@@ -115,12 +115,7 @@ if args.send:
msg_files_send = [get_absolute_path(msg) for msg in args.send]
if args.receive:
msg_files_receive = [get_absolute_path(msg) for msg in args.receive]
if args.package != px_generate_uorb_topic_files.PACKAGE:
package = args.package
else:
package = px_generate_uorb_topic_files.PACKAGE
package = args.package
agent = args.agent
client = args.client
mkdir_build = args.mkdir_build