Commit 53615fe3 authored by norvell's avatar norvell
Browse files

Changed back to non-scoped labels for Module and Type

parent 3fa7ee40
Loading
Loading
Loading
Loading
+659 −659

File changed.

Preview size limit exceeded, changes collapsed.

+1 −1
Original line number Diff line number Diff line
@@ -66,7 +66,7 @@ if __name__ == '__main__':
            for file in filesdict[mod]:
                lib = [libs[m] for m in libs if m in file][0]
                
                line = "{};/label ~Status::ToDo ~Type::BASOPFileConversion ~{} ~Module::{}\n".format(file, lib, mod)
                line = "{};/label ~Status::ToDo ~Type:BASOPFileConversion ~{} ~Module:{}\n".format(file, lib, mod)
                total = total + 1
                fout.write(line)