Fix build error with scons-4.4.0 version which is based on python3
[platform/upstream/iotivity.git] / service / easy-setup / sampleapp / enrollee / linux / SConscript
index b680634..d926221 100644 (file)
@@ -23,8 +23,8 @@
 
 Import('env')
 
-print Dir('#').abspath
-print Dir('.').abspath
+print(Dir('#').abspath)
+print(Dir('.').abspath)
 
 enrollee_env = env.Clone()
 transport = enrollee_env.get('TARGET_TRANSPORT')