18870: Need to declare NODES as array
[arvados.git] / sdk / python / bin / arv-ws
index 4e663cef1bc2bd705ed7651c3185aa743637b4b7..2b601296b483fcdda544e7f049d490659d4b0099 100755 (executable)
@@ -1,4 +1,7 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: Apache-2.0
 
 from arvados.commands.ws import main
 main()