Browse Source

Using PyDev compatible tag

Thomas-Karl Pietrowski 9 years ago
parent
commit
8197e84927
1 changed files with 1 additions and 1 deletions
  1. 1 1
      plugins/SliceInfoPlugin/SliceInfo.py

+ 1 - 1
plugins/SliceInfoPlugin/SliceInfo.py

@@ -66,7 +66,7 @@ class SliceInfo(Extension):
                 break
 
 
-        profile_values = settings.getChangedSettings() # TODO: Unused variable
+        profile_values = settings.getChangedSettings() # TODO: @UnusedVariable
 
         # Get total material used (in mm^3)
         print_information = Application.getInstance().getPrintInformation()