Skip to content

Commit

Permalink
changed directory from '.' to os.getcwd()
Browse files Browse the repository at this point in the history
johnscancella committed Mar 1, 2016

Verified

This commit was signed with the committer’s verified signature.
Nsidorenco Nikolaj Sidorenco
1 parent 145f253 commit 305ee84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bagger/scripts/baggerLinter.py
Original file line number Diff line number Diff line change
@@ -114,7 +114,7 @@ def main():
args = parser.parse_args()

found_manifest_file = False
starting_dir = '.'
starting_dir = os.getcwd()
for file in os.listdir(starting_dir):
if fnmatch.fnmatch(file, 'manifest-*.txt'):
found_manifest_file = True

0 comments on commit 305ee84

Please sign in to comment.