Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
Signed-off-by: Michal Čihař <michal@cihar.com>
  • Loading branch information
nijel committed Feb 22, 2019
1 parent e917c02 commit 42717ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/filesystem_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ def main():

# Check AddFolder
print("\n\nExpection: Creation of a folder on the memorycard \"42alpha\"")
file_f = state_machine.AddFolder(unicode(args.folder), u"42alpha")
state_machine.AddFolder(unicode(args.folder), u"42alpha")

# Check GetFolderListing again *wired*
print("\n\nExpection: Print properties of newly created folder")
Expand Down

0 comments on commit 42717ac

Please sign in to comment.