chiark / gitweb /
Add feedback when profiles are successfully created
authornickthetait <tait@alephobjects.com>
Thu, 27 Aug 2015 20:31:48 +0000 (14:31 -0600)
committernickthetait <tait@alephobjects.com>
Thu, 27 Aug 2015 20:34:21 +0000 (14:34 -0600)
scripts/create_lulzbot_profiles.py

index 45f3b2840f190577f0930bf6f3285725178106d9..c3c5ac4eff4fc948bbec681cb1dac78563ab32db 100755 (executable)
@@ -149,6 +149,8 @@ def main():
             for machine_type in dir_map[dir]:
                 create_machine_type(machine_type, d, dir)
 
+    print "All done :D"
+
 
 if __name__ == '__main__':
     main()