فهرست منبع

Added get_taskname

Yentl Van Tendeloo 7 سال پیش
والد
کامیت
f832cd6da2
1فایلهای تغییر یافته به همراه4 افزوده شده و 0 حذف شده
  1. 4 0
      wrappers/modelverse.py

+ 4 - 0
wrappers/modelverse.py

@@ -1015,6 +1015,10 @@ def model_types(model_name):
     output = _handle_output("Success: ", split=True)
     return set(output)
 
+def get_taskname():
+    global taskname
+    return taskname
+
 import atexit
 def _close_model():
     if mode == MODE_MODIFY: