Removed the macro from pushes
This commit is contained in:
parent
d618e1af19
commit
aa33cccd5f
1 changed files with 1 additions and 1 deletions
|
@ -243,7 +243,7 @@ class ExpDockWidget(QtGui.QDockWidget):
|
||||||
Mesh.export(toexport,STLfilename)
|
Mesh.export(toexport,STLfilename)
|
||||||
|
|
||||||
def pushlibrary(self):
|
def pushlibrary(self):
|
||||||
modified_files = [f for f in repo.git.diff("--name-only").split("\n") if f]
|
modified_files = [f for f in repo.git.diff("--name-only").split("\n") if (f and (f != 'PartsLibrary.FCMacro'))]
|
||||||
#print(modified_files)
|
#print(modified_files)
|
||||||
untracked_files = [f for f in repo.git.ls_files("--other","--exclude-standard").split("\n") if f]
|
untracked_files = [f for f in repo.git.ls_files("--other","--exclude-standard").split("\n") if f]
|
||||||
#print(untracked_files)
|
#print(untracked_files)
|
||||||
|
|
Loading…
Add table
Reference in a new issue