Skip to content

Commit

Permalink
Remade BagGetFilter and updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Hovatter committed Sep 30, 2019
1 parent c8dd75f commit 9faae40
Show file tree
Hide file tree
Showing 510 changed files with 72,439 additions and 1,659 deletions.
11 changes: 0 additions & 11 deletions .idea/BagGetFilter.iml

This file was deleted.

4 changes: 0 additions & 4 deletions .idea/misc.xml

This file was deleted.

8 changes: 0 additions & 8 deletions .idea/modules.xml

This file was deleted.

6 changes: 0 additions & 6 deletions .idea/vcs.xml

This file was deleted.

288 changes: 0 additions & 288 deletions .idea/workspace.xml

This file was deleted.

16 changes: 10 additions & 6 deletions BagGetFilter.spec
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
block_cipher = None


a = Analysis(['Main.py'],
pathex=['/home/turtlebot/bag_filter/src'],
a = Analysis(['/home/matthewh/BagGetFilter/py_files/Main.py'],
pathex=['/home/matthewh/BagGetFilter'],
binaries=[],
datas=[],
hiddenimports=[],
Expand All @@ -18,12 +18,16 @@ pyz = PYZ(a.pure, a.zipped_data,
cipher=block_cipher)
exe = EXE(pyz,
a.scripts,
a.binaries,
a.zipfiles,
a.datas,
exclude_binaries=True,
name='BagGetFilter',
debug=False,
strip=False,
upx=True,
runtime_tmpdir=None,
console=True )
coll = COLLECT(exe,
a.binaries,
a.zipfiles,
a.datas,
strip=False,
upx=True,
name='BagGetFilter')
Loading

0 comments on commit 9faae40

Please sign in to comment.